Update of /cvsroot/alsa/alsa-kernel/pci/rme9652
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32231

Modified Files:
        hdsp.c 
Log Message:
HDSP9632 has also firmware version 0x97

Index: hdsp.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/rme9652/hdsp.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- hdsp.c      13 Apr 2004 14:59:02 -0000      1.56
+++ hdsp.c      3 May 2004 09:01:17 -0000       1.57
@@ -635,6 +635,7 @@
        case 0xa:
                return (64 * out) + (32 + (in));
        case 0x96:
+       case 0x97:
                return (32 * out) + (16 + (in));
        default:
                return (52 * out) + (26 + (in));
@@ -647,6 +648,7 @@
        case 0xa:
                return (64 * out) + in;
        case 0x96:
+       case 0x97:
                return (32 * out) + in;
        default:
                return (52 * out) + in;
@@ -5019,6 +5021,7 @@
                is_9652 = 1;
                break;
        case 0x96:
+       case 0x97:
                hdsp->card_name = "RME HDSP 9632";
                hdsp->max_channels = 16;
                is_9632 = 1;



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to