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

Modified Files:
        ac97_patch.c 
Log Message:
fixed the compilation without CONFIG_SND_DEBUG.


Index: ac97_patch.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ac97/ac97_patch.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ac97_patch.c        21 Apr 2004 18:50:52 -0000      1.47
+++ ac97_patch.c        23 Apr 2004 15:05:27 -0000      1.48
@@ -472,8 +472,8 @@
 
        /* Gateway M675 notebook */
        if (ac97->pci && 
-           ac97->pci->subsystem_vendor == 0x107b &&
-           ac97->pci->subsystem_device == 0x0601)
+           ac97->subsystem_vendor == 0x107b &&
+           ac97->subsystem_device == 0x0601)
                pregs = m675_regs;
 
        // patch for SigmaTel



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to