Messages in this thread |  | | Date | Sun, 26 Jan 1997 11:59:09 -0800 (PST) | From | Trevor Johnson <> | Subject | sound_calls.h and soundcard.c in 2.1.23 |
| |
After reversing the patch to floppy.c, "make modules" now fails for me in drivers/sound. I've applied Takashi Iwai's AWE32/SB32 driver, version 0.3.0a, which has never caused trouble for me. The sound_calls.h and soundcard.c files are not altered by my local patches.
In file included from sound_config.h:152, from soundcard.c:16: sound_calls.h:21: parse error before `select_table' sound_calls.h:21: warning: function declaration isn't a prototype sound_calls.h:39: parse error before `select_table' sound_calls.h:39: warning: function declaration isn't a prototype sound_calls.h:59: parse error before `select_table' sound_calls.h:59: warning: function declaration isn't a prototype sound_calls.h:75: parse error before `select_table' sound_calls.h:75: warning: function declaration isn't a prototype soundcard.c:196: parse error before `select_table' soundcard.c:197: warning: function declaration isn't a prototype soundcard.c: In function `sound_select': soundcard.c:200: `inode' undeclared (first use this function) soundcard.c:200: (Each undeclared identifier is reported only once soundcard.c:200: for each function it appears in.) soundcard.c:202: `file' undeclared (first use this function) soundcard.c:211: `sel_type' undeclared (first use this function) soundcard.c:211: `wait' undeclared (first use this function) soundcard.c:198: warning: `dev' might be used uninitialized in this function soundcard.c: At top level: soundcard.c:330: warning: initialization from incompatible pointer type make[2]: *** [soundcard.o] Error 1 make[2]: Leaving directory `/usr/src/linux/drivers/sound' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/usr/src/linux/drivers' make: *** [modules] Error 2
% grep '=[y|m]' /usr/src/linux/.config
CONFIG_EXPERIMENTAL=y CONFIG_MODULES=y CONFIG_MODVERSIONS=y CONFIG_KERNELD=y CONFIG_NET=y CONFIG_PCI=y CONFIG_PCI_OPTIMIZE=y CONFIG_SYSVIPC=y CONFIG_BINFMT_AOUT=m CONFIG_BINFMT_ELF=y CONFIG_BINFMT_JAVA=m CONFIG_M486=y CONFIG_VIDEO_SELECT=y CONFIG_BLK_DEV_FD=m CONFIG_BLK_DEV_IDE=y CONFIG_BLK_DEV_IDEDISK=y CONFIG_BLK_DEV_LOOP=m CONFIG_INET=y CONFIG_PATH_MTU_DISCOVERY=y CONFIG_IP_NOSR=y CONFIG_SCSI=m CONFIG_BLK_DEV_SD=m CONFIG_CHR_DEV_ST=m CONFIG_BLK_DEV_SR=m CONFIG_BLK_DEV_SR_VENDOR=y CONFIG_CHR_DEV_SG=m CONFIG_SCSI_AHA1542=m CONFIG_NETDEVICES=y CONFIG_NET_ETHERNET=y CONFIG_NET_ISA=y CONFIG_NE2000=m CONFIG_PPP=y CONFIG_SHAPER=m CONFIG_MINIX_FS=m CONFIG_EXT2_FS=y CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=m CONFIG_UMSDOS_FS=m CONFIG_PROC_FS=y CONFIG_NFS_FS=m CONFIG_SMB_FS=m CONFIG_SMB_WIN95=y CONFIG_ISO9660_FS=m CONFIG_SERIAL=y CONFIG_PRINTER=m CONFIG_SOUND=m CONFIG_SB=y CONFIG_ADLIB=y CONFIG_YM3812=y CONFIG_LOWLEVEL_SOUND=y CONFIG_AWE32_SYNTH=y ___ Trevor Johnson <trevor@jpj.net>
|  |