On Thu, 2003-02-13 at 13:18, Martin Langer wrote: > On Thu, Feb 13, 2003 at 12:13:46PM +0100, Takashi Iwai wrote: > > At Thu, 13 Feb 2003 12:08:51 +0100, > > Martin Langer wrote: > > > On Thu, Feb 13, 2003 at 11:44:24AM +0100, Orm Finnendahl wrote: > > > > Hi Takashi, > > > > Am Donnerstag, den 13. Februar 2003 um 10:31:09 Uhr (+0100) schrieb > > > > Takashi Iwai: > > > > > > > > > > > ie add the 0xb revision. > > > > > > > > > Yes. In the old driver it just checks for 0xa and 0x64. Just add a > > > > line to also check for 0xb. > > > > but i don't see any 0x64 there... > > > > There was a mail by Justin few weeks ago, talking about the rev. 0x64. > http://www.mail-archive.com/alsa-devel@lists.sourceforge.net/msg05383.html > Looks like, that this solution doesn't find it's way into CVS. > > Justin, can you send us a patch of your work? >
it was just Index: alsa-kernel/pci/rme9652/hdsp.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/rme9652/hdsp.c,v retrieving revision 1.20 diff -u -r1.20 hdsp.c --- alsa-kernel/pci/rme9652/hdsp.c 7 Feb 2003 09:18:41 -0000 1.20 +++ alsa-kernel/pci/rme9652/hdsp.c 13 Feb 2003 11:12:26 -0000 @@ -2981,6 +2981,7 @@ switch (rev & 0xff) { case 0xa: + case 0x64: /* hdsp_initialize_firmware() will reset this */ hdsp->card_name = "RME Hammerfall DSP"; break; ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel