From: Takashi Iwai <tiwai@suse.de>
To: Peter Chapman <x6pe9syq02@sneakemail.com>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: module_init fails with OEM SoundBlaster Live!
Date: Mon, 03 Nov 2003 13:20:22 +0100 [thread overview]
Message-ID: <s5h4qxlve2h.wl@alsa2.suse.de> (raw)
In-Reply-To: <20031102114634.GA13679@gondolin.homeip.net>
At Sun, 2 Nov 2003 11:46:34 +0000,
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 codec chip has the IEC958 control, which
conflicts with the native emu10k1's control.
please check /proc/asound/card0/ac97#0 (with your patch).
> Index: alsa-kernel/pci/emu10k1/emumixer.c
> ===================================================================
> RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emumixer.c,v
> retrieving revision 1.18
> diff -u -r1.18 emumixer.c
> --- alsa-kernel/pci/emu10k1/emumixer.c 23 Oct 2003 14:34:53 -0000 1.18
> +++ alsa-kernel/pci/emu10k1/emumixer.c 2 Nov 2003 11:23:13 -0000
> @@ -540,10 +540,6 @@
> return -ENOMEM;
> if ((err = snd_ctl_add(card, kctl)))
> return err;
> - if ((kctl = snd_ctl_new1(&snd_emu10k1_spdif_control, emu)) == NULL)
> - return -ENOMEM;
> - if ((err = snd_ctl_add(card, kctl)))
> - return err;
> }
>
> if (emu->audigy) {
>
>
> By no coincidence I'm sure, I never got the spdif output on the card to
> work. Perhaps it's a cut-down OEM version? I noticed a DELL OEM entry in
> snd_emu10k1_ids[], but my card does not match that device id.
the one for DELL's board was addedd experimentally, but it got never
worked. apparently it's totally different chip from emu10k1.
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
next prev parent reply other threads:[~2003-11-03 12:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-02 11:46 module_init fails with OEM SoundBlaster Live! Peter Chapman
2003-11-03 12:20 ` Takashi Iwai [this message]
2003-11-03 13:20 ` Peter Chapman
2003-11-03 14:45 ` Takashi Iwai
2003-11-03 15:56 ` Peter Chapman
2003-11-03 18:12 ` Takashi Iwai
2003-11-03 21:40 ` Peter Chapman
2003-11-04 15:22 ` Takashi Iwai
2003-11-03 16:28 ` James Courtier-Dutton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5h4qxlve2h.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=x6pe9syq02@sneakemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox