From: Jean Delvare <khali@linux-fr.org>
To: Lee Revell <rlrevell@joe-job.com>
Cc: James Courtier-Dutton <James@superbug.co.uk>,
Takashi Iwai <tiwai@suse.de>, Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org,
Jaroslav Kysela <perex@suse.cz>
Subject: Re: Re: 2.6.12-rc1-mm3, sound card lost id
Date: Tue, 29 Mar 2005 23:13:45 +0200 [thread overview]
Message-ID: <20050329231345.281e7323.khali@linux-fr.org> (raw)
In-Reply-To: <1112129571.5141.18.camel@mindpipe>
Hi Lee,
> Here is the patch (against ALSA CVS) in its preferred format. You
> will probably have to apply it by hand. If the mixer settings can't
> be restored you'll have to do it manually or edit asound.state by
> hand.
>
> Lee
>
> Index: alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c
> ===================================================================
> RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c,v
> retrieving revision 1.49
> diff -u -r1.49 emu10k1_main.c
> --- alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c 27 Mar 2005 14:00:54 -0000 1.49
> +++ alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c 29 Mar 2005 20:51:44 -0000
> @@ -693,6 +693,10 @@
> .driver = "EMU10K1", .name = "SBLive! Platinum [CT4760P]",
> .emu10k1_chip = 1,
> .ac97_chip = 1} ,
> + {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80271102,
> + .driver = "EMU10K1", .name = "SBLive! Value [CT4832]",
> + .emu10k1_chip = 1,
> + .ac97_chip = 1} ,
> {.vendor = 0x1102, .device = 0x0002,
> .driver = "EMU10K1", .name = "SB Live [Unknown]",
> .emu10k1_chip = 1,
Unsurprisingly, my card is now named CT4832. I had to edit
/etc/asound.state manually to get my mixer settings back (with some
warnings, but I get some sound).
Not sure I quite see the idea of renaming from "Live", which the user
will understand, to (I suppose) the exact chip name on the card, while
the user has certainly no idea what it is. But heh I'm not an ALSA
developer, there must be a good reason.
Thanks,
--
Jean Delvare
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <khali@linux-fr.org>
To: Lee Revell <rlrevell@joe-job.com>
Cc: James Courtier-Dutton <James@superbug.co.uk>,
Takashi Iwai <tiwai@suse.de>, Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org,
Jaroslav Kysela <perex@suse.cz>
Subject: Re: [Alsa-devel] Re: 2.6.12-rc1-mm3, sound card lost id
Date: Tue, 29 Mar 2005 23:13:45 +0200 [thread overview]
Message-ID: <20050329231345.281e7323.khali@linux-fr.org> (raw)
In-Reply-To: <1112129571.5141.18.camel@mindpipe>
Hi Lee,
> Here is the patch (against ALSA CVS) in its preferred format. You
> will probably have to apply it by hand. If the mixer settings can't
> be restored you'll have to do it manually or edit asound.state by
> hand.
>
> Lee
>
> Index: alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c
> ===================================================================
> RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c,v
> retrieving revision 1.49
> diff -u -r1.49 emu10k1_main.c
> --- alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c 27 Mar 2005 14:00:54 -0000 1.49
> +++ alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c 29 Mar 2005 20:51:44 -0000
> @@ -693,6 +693,10 @@
> .driver = "EMU10K1", .name = "SBLive! Platinum [CT4760P]",
> .emu10k1_chip = 1,
> .ac97_chip = 1} ,
> + {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80271102,
> + .driver = "EMU10K1", .name = "SBLive! Value [CT4832]",
> + .emu10k1_chip = 1,
> + .ac97_chip = 1} ,
> {.vendor = 0x1102, .device = 0x0002,
> .driver = "EMU10K1", .name = "SB Live [Unknown]",
> .emu10k1_chip = 1,
Unsurprisingly, my card is now named CT4832. I had to edit
/etc/asound.state manually to get my mixer settings back (with some
warnings, but I get some sound).
Not sure I quite see the idea of renaming from "Live", which the user
will understand, to (I suppose) the exact chip name on the card, while
the user has certainly no idea what it is. But heh I'm not an ALSA
developer, there must be a good reason.
Thanks,
--
Jean Delvare
next prev parent reply other threads:[~2005-03-29 21:13 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-25 8:21 2.6.12-rc1-mm3 Andrew Morton
2005-03-25 10:46 ` 2.6.12-rc1-mm3 Brice Goglin
2005-03-25 11:29 ` 2.6.12-rc1-mm3: box hangs solid on resume from disk while resuming device drivers Rafael J. Wysocki
2005-05-02 22:54 ` Andrew Morton
2005-05-03 19:34 ` Rafael J. Wysocki
2005-03-25 16:46 ` 2.6.12-rc1-mm3 Borislav Petkov
2005-03-31 13:05 ` 2.6.12-rc1-mm3 Borislav Petkov
2005-03-31 20:11 ` 2.6.12-rc1-mm3 Andrew Morton
2005-03-31 20:57 ` 2.6.12-rc1-mm3 Borislav Petkov
2005-03-25 18:17 ` 2.6.12-rc1-mm3 Barry K. Nathan
2005-03-25 19:50 ` 2.6.12-rc1-mm3 (cannot read cd-rom, 2.6.12-rc1 is OK) Steven Cole
2005-03-25 20:17 ` Steven Cole
2005-03-25 20:24 ` Andrew Morton
2005-03-25 21:22 ` Steven Cole
2005-03-25 21:49 ` Andrew Morton
2005-03-25 22:31 ` Steven Cole
2005-03-25 21:49 ` Jason Munro
2005-03-25 22:06 ` Andrew Morton
2005-03-25 22:23 ` Andrew Morton
2005-03-25 22:43 ` Steven Cole
2005-03-25 22:43 ` Jason Munro
2005-03-25 22:58 ` Andrew Morton
2005-03-25 22:27 ` Chris Wright
2005-03-25 22:27 ` Jason Munro
2005-03-25 22:30 ` Jason Munro
2005-03-26 1:43 ` 2.6.12-rc1-mm3 Jason Uhlenkott
[not found] ` <20050326014327.GB207782-MxuHJOjpcnauM61iycY1Zzbuus4N2nEH@public.gmane.org>
2005-03-26 1:56 ` 2.6.12-rc1-mm3 Len Brown
2005-03-26 1:56 ` [ACPI] " Len Brown
2005-03-26 2:02 ` Jason Uhlenkott
[not found] ` <20050326020212.GC207782-MxuHJOjpcnauM61iycY1Zzbuus4N2nEH@public.gmane.org>
2005-03-26 2:24 ` Len Brown
2005-03-26 2:24 ` [ACPI] " Len Brown
2005-03-26 2:57 ` Jason Uhlenkott
[not found] ` <20050326025704.GE207782-MxuHJOjpcnauM61iycY1Zzbuus4N2nEH@public.gmane.org>
2005-03-26 3:40 ` Jesse Barnes
2005-03-26 3:40 ` [ACPI] " Jesse Barnes
2005-03-26 4:12 ` Len Brown
2005-03-26 5:52 ` Jason Uhlenkott
2005-03-26 5:52 ` [ACPI] " Jason Uhlenkott
2005-03-26 10:19 ` 2.6.12-rc1-mm3, sound card lost id Jean Delvare
2005-03-29 12:24 ` Takashi Iwai
2005-03-29 12:24 ` [Alsa-devel] " Takashi Iwai
2005-03-29 17:57 ` Jean Delvare
2005-03-29 17:57 ` [Alsa-devel] " Jean Delvare
2005-03-29 20:17 ` Lee Revell
2005-03-29 20:17 ` [Alsa-devel] " Lee Revell
2005-03-29 20:46 ` Jean Delvare
2005-03-29 20:46 ` [Alsa-devel] " Jean Delvare
2005-03-29 20:52 ` Lee Revell
2005-03-29 20:52 ` [Alsa-devel] " Lee Revell
2005-03-29 21:13 ` Jean Delvare [this message]
2005-03-29 21:13 ` Jean Delvare
2005-03-29 21:18 ` Lee Revell
2005-03-29 21:18 ` [Alsa-devel] " Lee Revell
2005-03-29 20:53 ` James Courtier-Dutton
2005-03-30 7:18 ` Jaroslav Kysela
2005-03-30 12:24 ` Takashi Iwai
2005-03-30 12:24 ` [Alsa-devel] " Takashi Iwai
2005-03-26 10:19 ` Jean Delvare
2005-03-26 19:39 ` PCMCIA Oops (was Re: 2.6.12-rc1-mm3) Sean Neakums
2005-03-26 22:00 ` Dominik Brodowski
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=20050329231345.281e7323.khali@linux-fr.org \
--to=khali@linux-fr.org \
--cc=James@superbug.co.uk \
--cc=akpm@osdl.org \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@suse.cz \
--cc=rlrevell@joe-job.com \
--cc=tiwai@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.