You are right, this is the missing part.
>
> Compiling 2.1.126 fails with :
> sb_mixer.c: In function `sb_mixer_ioctl':
> sb_mixer.c:357: `SOUND_MIXER_OUTSRC' undeclared (first use in this
> function)
>
> It seems that the following part of patch-2.1.126pre2-ac2 was lost in
> the final patch:
> --- linux.126pre2/include/linux/soundcard.h Sat Oct 17 17:06:41 1998
> +++ linux/include/linux/soundcard.h Sat Oct 17 18:26:31 1998
> @@ -771,6 +771,9 @@
> #define SOUND_MIXER_CAPS 0xfc
> # define SOUND_CAP_EXCL_INPUT 0x00000001 /* Only one
> recording source at a time */
> #define SOUND_MIXER_STEREODEVS 0xfb /* Mixer channels supporting
> stereo */
> +#define SOUND_MIXER_OUTSRC 0xfa /* Arg contains a bit for each
> input source to output */
> +#define SOUND_MIXER_OUTMASK 0xf9 /* Arg contains a bit for each
> supported input source to output */
> +
>
> /* Device mask bits */
I do not attend e-mail during the weekend so I just
found out today that this has happened.
Thanks for sending the fix
-- -------------------------------------------------------------| | Remember Scotch: 'THERE CAN BE ONLY ONE' | -------------------------------------------------------------| | Daniel J. Rodriksson | C-220,ETSI Telecomunicaciones | | djr@dit.upm.es | Avda Paraninfo S/N | | http://www.dit.upm.es/~djr | 28040 Madrid | | +34-1-3367366 + ext 469 | SPAIN | |------------------------------------------------------------|- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/