Re: [Alsa-devel] [PATCH] Audigy LS support.

2004-05-28 Thread James Courtier-Dutton
Takashi Iwai wrote: At Thu, 27 May 2004 20:17:17 +0100, James Courtier-Dutton wrote: Here is my first go at Audigy LS support. It can play sound to the front speakers. great! /* hardware definition */ static snd_pcm_hardware_t snd_audigyls_playback_hw = { .info = (SNDRV_PCM_INFO_MMAP |

Re: [Alsa-devel] [PATCH] Audigy LS support.

2004-05-28 Thread Takashi Iwai
At Fri, 28 May 2004 12:16:09 +0100, James Courtier-Dutton wrote: Takashi Iwai wrote: At Thu, 27 May 2004 20:17:17 +0100, James Courtier-Dutton wrote: Here is my first go at Audigy LS support. It can play sound to the front speakers. great! /* hardware definition */

[Alsa-devel] [PATCH] Audigy LS support.

2004-05-27 Thread James Courtier-Dutton
Here is my first go at Audigy LS support. It can play sound to the front speakers. Only one mixer volume control does anything, that is the Front Volume control in alsamixer. I attach 2 files. One is a new audigyls.c, and the other is a patch to get alsa-driver to build with it. audigyls.c