[Alsa-devel] [PATCH]: Add mixer controls for AudigyDrive SPDIF's

2002-08-17 Thread Daniel Berlin
This gives mixer controls for the RCA Coaxial SPDIF and the Optical SPDIF inputs on the audigy drive. The associated outputs are likely the two ??'s in the A_EXTOUT listings of emu10k1.h, or in between A_EXTOUT_AC97_R and A_EXTOUT_ADC_CAP_L, or some combination thereof. I'll figure it out s

[Alsa-devel] [PATCH] cs46xx fixes, some SDPIF input fixes, PCM multichannel refiine,some minor cleaups && bugfixes

2002-08-17 Thread Benny Sjostrand
Hi everyone! This patch inlcudes the following changes on the cs46xx driver: - SPDIF input, prevent the DSP to hang when umuting/muting the the SPDIF input controll in mixer while playbakcing PCM. - Fix missplaced #ifndef, "#ifdef CONFIG_SND_CS46XX_NEW_DSP" instead of "#ifndef CONFIG_SND_CS46X

Re: [Alsa-devel] PCM ioctls

2002-08-17 Thread Paul Davis
>There are 3 standard PCM ioctls, and a driver could potentially support others >via its own ioctl function registered in the snd_pcm_ops_t structure. Could >anyone give me a hint regarding how an application could then call such >standard and other ioctls? i'm not going to do that, but i will po