Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-04 Thread Takashi Iwai
At Mon, 3 Nov 2003 21:40:17 +, Peter Chapman wrote: > > On Mon, Nov 03, 2003 at 07:12:47PM +0100, Takashi Iwai tiwai-at-suse.de |alsa-devel| > wrote: > > > > no idea. but you can try the attached patch. > > it disables the ac97's spdif control but it still keeps the emu10k1's > > one. if y

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Peter Chapman
On Mon, Nov 03, 2003 at 07:12:47PM +0100, Takashi Iwai tiwai-at-suse.de |alsa-devel| wrote: > > no idea. but you can try the attached patch. > it disables the ac97's spdif control but it still keeps the emu10k1's > one. if you have an spdif receiver, give it a try. > > > Takashi Takashi, you

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Takashi Iwai
At Mon, 3 Nov 2003 15:56:06 +, Peter Chapman wrote: > > On Mon, Nov 03, 2003 at 03:45:52PM +0100, Takashi Iwai tiwai-at-suse.de |alsa-devel| > wrote: > > At Mon, 3 Nov 2003 13:20:12 +, > > Peter Chapman wrote: > > > > > > Is this what you mean? > > > $ cat /proc/asound/card0/codec97#0/ac

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread James Courtier-Dutton
Peter Chapman wrote: I have an SBLive! which came with a Dell Dimension PC. The snd-emu10k1 with lspci -n: 03:03.0 Class 0401: 1102:0002 (rev 07) Subsystem: 1102:8022 etc could a failure to add the spdif control be made non-fatal perhaps? Thanks, Pete Chapman The 0x1102:0x0002 is a s

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Peter Chapman
On Mon, Nov 03, 2003 at 03:45:52PM +0100, Takashi Iwai tiwai-at-suse.de |alsa-devel| wrote: > At Mon, 3 Nov 2003 13:20:12 +, > Peter Chapman wrote: > > > > Is this what you mean? > > $ cat /proc/asound/card0/codec97#0/ac97#0-0 > > 0-0/0: Cirrus Logic CS4297A rev 4 > > > > Capabilities :

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Takashi Iwai
At Mon, 3 Nov 2003 13:20:12 +, Peter Chapman wrote: > > On Mon, Nov 03, 2003 at 01:20:22PM +0100, Takashi Iwai tiwai-at-suse.de |alsa-devel| > wrote: > > At Sun, 2 Nov 2003 11:46:34 +, > > Peter Chapman wrote: > > > > > > I have an SBLive! which came with a Dell Dimension PC. The snd-emu

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Peter Chapman
On Mon, Nov 03, 2003 at 01:20:22PM +0100, Takashi Iwai tiwai-at-suse.de |alsa-devel| wrote: > At Sun, 2 Nov 2003 11:46:34 +, > Peter Chapman wrote: > > > > I have an SBLive! which came with a Dell Dimension PC. The snd-emu10k1 > > module has been refusing to load ("EMU10K1/Audigy soundcard no

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Takashi Iwai
At Sun, 2 Nov 2003 11:46:34 +, Peter Chapman wrote: > > I have an SBLive! which came with a Dell Dimension PC. The snd-emu10k1 > module has been refusing to load ("EMU10K1/Audigy soundcard not found or > device busy"), however I found the following patch makes it work: most likely your ac97 c

[Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-02 Thread Peter Chapman
I have an SBLive! which came with a Dell Dimension PC. The snd-emu10k1 module has been refusing to load ("EMU10K1/Audigy soundcard not found or device busy"), however I found the following patch makes it work: Index: alsa-kernel/pci/emu10k1/emumixer.c ==