Re: [PATCH] 3DSE support for AWE sound cards

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 5 Jun 1999 15:16:24 +0100 (BST)


> And also one question to linux sound people: like for AGC I used in my patch
> SOUND_MIXER_PRIVATE2 ioctl. Why not make two new define in soundcard.h:
>
> #define SOUND_MIXER_SB16_AGC _SIOWR('M', 103, int)
> #define SOUND_MIXER_AWE_3DSE _SIOWR('M', 104, int)
>
> Imho such two new ioctls for this purposes better than using SOUND_MIXER_PRIVATE[1-5].
>

Better would be SOUND_MIXER_AGC and SOUND_MIXER_3DSE

So the same values can be used for other cards with these features. I'll accept
a patch that does this quite happily

-
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/