* Re: [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.68,1.69 [not found] <E1EE1am-0008Ff-8x@sc8-pr-cvs1.sourceforge.net> @ 2005-09-10 14:34 ` Takashi Iwai 2005-09-10 17:20 ` jcdutton 0 siblings, 1 reply; 5+ messages in thread From: Takashi Iwai @ 2005-09-10 14:34 UTC (permalink / raw) To: James Courtier-Dutton; +Cc: alsa-devel At Sat, 10 Sep 2005 02:24:12 -0700, James Courtier-Dutton wrote: > > Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1 > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31621/alsa-driver/alsa-kernel/pci/emu10k1 > > Modified Files: > emu10k1_main.c > Log Message: > Summary: snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum. > > The card does not have an AC97 chip. > .subsystem = 0x80611102 Hmm, it seems that there is another model with the same subsystem ID, which has really an ac97 chip. Takashi > > > > Index: emu10k1_main.c > =================================================================== > RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c,v > retrieving revision 1.68 > retrieving revision 1.69 > diff -u -r1.68 -r1.69 > --- emu10k1_main.c 9 Sep 2005 13:21:46 -0000 1.68 > +++ emu10k1_main.c 10 Sep 2005 09:24:10 -0000 1.69 > @@ -754,12 +754,11 @@ > .emu10k1_chip = 1, > .ac97_chip = 1, > .sblive51 = 1} , > - /* Tested by alsa bugtrack user "hus" 12th Sept 2005 */ > + /* Tested by alsa bugtrack user "hus" bug #1297 12th Aug 2005 */ > {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80611102, > - .driver = "EMU10K1", .name = "SBLive! Player 5.1 [SB0060]", > + .driver = "EMU10K1", .name = "SBLive! Platinum 5.1 [SB0060]", > .id = "Live", > .emu10k1_chip = 1, > - .ac97_chip = 1, > .sblive51 = 1} , > {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80511102, > .driver = "EMU10K1", .name = "SBLive! Value [CT4850]", > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Alsa-cvslog mailing list > Alsa-cvslog@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-cvslog > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.68,1.69 2005-09-10 14:34 ` [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.68,1.69 Takashi Iwai @ 2005-09-10 17:20 ` jcdutton 2005-09-12 10:10 ` Takashi Iwai 0 siblings, 1 reply; 5+ messages in thread From: jcdutton @ 2005-09-10 17:20 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel Takashi Iwai wrote: > At Sat, 10 Sep 2005 02:24:12 -0700, > James Courtier-Dutton wrote: > >>Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1 >>In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31621/alsa-driver/alsa-kernel/pci/emu10k1 >> >>Modified Files: >> emu10k1_main.c >>Log Message: >>Summary: snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum. >> >>The card does not have an AC97 chip. >>.subsystem = 0x80611102 > > > Hmm, it seems that there is another model with the same subsystem ID, > which has really an ac97 chip. > > > Takashi > > I only know about bug#1297. Is there another person who has this exact same card ID but different ac97 chip presence? James ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.68,1.69 2005-09-10 17:20 ` jcdutton @ 2005-09-12 10:10 ` Takashi Iwai 2005-09-12 21:42 ` jcdutton 0 siblings, 1 reply; 5+ messages in thread From: Takashi Iwai @ 2005-09-12 10:10 UTC (permalink / raw) To: jcdutton; +Cc: alsa-devel At Sat, 10 Sep 2005 18:20:45 +0100, jcdutton wrote: > > Takashi Iwai wrote: > > At Sat, 10 Sep 2005 02:24:12 -0700, > > James Courtier-Dutton wrote: > > > >>Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1 > >>In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31621/alsa-driver/alsa-kernel/pci/emu10k1 > >> > >>Modified Files: > >> emu10k1_main.c > >>Log Message: > >>Summary: snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum. > >> > >>The card does not have an AC97 chip. > >>.subsystem = 0x80611102 > > > > > > Hmm, it seems that there is another model with the same subsystem ID, > > which has really an ac97 chip. > > > > > > Takashi > > > > > > I only know about bug#1297. > Is there another person who has this exact same card ID but different > ac97 chip presence? Yes. At least, two on SUSE Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=113149 Takashi ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.68,1.69 2005-09-12 10:10 ` Takashi Iwai @ 2005-09-12 21:42 ` jcdutton 2005-09-13 10:39 ` Takashi Iwai 0 siblings, 1 reply; 5+ messages in thread From: jcdutton @ 2005-09-12 21:42 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel Takashi Iwai wrote: > At Sat, 10 Sep 2005 18:20:45 +0100, > jcdutton wrote: > >>Takashi Iwai wrote: >> >>>At Sat, 10 Sep 2005 02:24:12 -0700, >>>James Courtier-Dutton wrote: >>> >>> >>>>Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1 >>>>In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31621/alsa-driver/alsa-kernel/pci/emu10k1 >>>> >>>>Modified Files: >>>> emu10k1_main.c >>>>Log Message: >>>>Summary: snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum. >>>> >>>>The card does not have an AC97 chip. >>>>.subsystem = 0x80611102 >>> >>> >>>Hmm, it seems that there is another model with the same subsystem ID, >>>which has really an ac97 chip. >>> >>> >>>Takashi >>> >>> >> >>I only know about bug#1297. >>Is there another person who has this exact same card ID but different >>ac97 chip presence? > > > Yes. At least, two on SUSE Bugzilla: > > https://bugzilla.novell.com/show_bug.cgi?id=113149 > > > Takashi > > Hum, well this is starting to become a real problem. Can you ask the SUSE user to extract their sound card from their PC and read off the model name. It will be something like "SB0350". I will do the same with the alsa bug user. There must be some reliable way to identify the sound card. Just detecting the presence or absence of the AC97 chip is not enough for what I have planned for the more pro user which is to implement full control over the ADC chip via the I2C bus on the Platinum models. If both the Platinum and the Player have the same model number on the card, then I will have to look for something else to determine the difference. James ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.68,1.69 2005-09-12 21:42 ` jcdutton @ 2005-09-13 10:39 ` Takashi Iwai 0 siblings, 0 replies; 5+ messages in thread From: Takashi Iwai @ 2005-09-13 10:39 UTC (permalink / raw) To: jcdutton; +Cc: alsa-devel At Mon, 12 Sep 2005 22:42:20 +0100, jcdutton wrote: > > Takashi Iwai wrote: > > At Sat, 10 Sep 2005 18:20:45 +0100, > > jcdutton wrote: > > > >>Takashi Iwai wrote: > >> > >>>At Sat, 10 Sep 2005 02:24:12 -0700, > >>>James Courtier-Dutton wrote: > >>> > >>> > >>>>Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1 > >>>>In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31621/alsa-driver/alsa-kernel/pci/emu10k1 > >>>> > >>>>Modified Files: > >>>> emu10k1_main.c > >>>>Log Message: > >>>>Summary: snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum. > >>>> > >>>>The card does not have an AC97 chip. > >>>>.subsystem = 0x80611102 > >>> > >>> > >>>Hmm, it seems that there is another model with the same subsystem ID, > >>>which has really an ac97 chip. > >>> > >>> > >>>Takashi > >>> > >>> > >> > >>I only know about bug#1297. > >>Is there another person who has this exact same card ID but different > >>ac97 chip presence? > > > > > > Yes. At least, two on SUSE Bugzilla: > > > > https://bugzilla.novell.com/show_bug.cgi?id=113149 > > > > > > Takashi > > > > > > Hum, well this is starting to become a real problem. > Can you ask the SUSE user to extract their sound card from their PC and > read off the model name. It will be something like "SB0350". > I will do the same with the alsa bug user. > > There must be some reliable way to identify the sound card. Just > detecting the presence or absence of the AC97 chip is not enough for > what I have planned for the more pro user which is to implement full > control over the ADC chip via the I2C bus on the Platinum models. > > If both the Platinum and the Player have the same model number on the > card, then I will have to look for something else to determine the > difference. So far, only one ssid conflict, and what we need is just to determine whether it's player or platinum model. So, we can check the existence of ac97 by actually probing it, and then determine which model. It would be an ungly addition as an exception. A more clever detection would be appreciated, of course, though :) Takashi ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-09-13 10:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1EE1am-0008Ff-8x@sc8-pr-cvs1.sourceforge.net>
2005-09-10 14:34 ` [alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emu10k1_main.c,1.68,1.69 Takashi Iwai
2005-09-10 17:20 ` jcdutton
2005-09-12 10:10 ` Takashi Iwai
2005-09-12 21:42 ` jcdutton
2005-09-13 10:39 ` Takashi Iwai
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.