Update of /cvsroot/alsa/alsa-kernel/isa/cs423x
In directory sc8-pr-cvs1:/tmp/cvs-serv27791/isa/cs423x

Modified Files:
        cs4236.c 
Log Message:
- fixed the detection of combination of pnp and non-pnp devices.


Index: cs4236.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/cs423x/cs4236.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- cs4236.c    30 Oct 2003 14:21:08 -0000      1.38
+++ cs4236.c    11 Nov 2003 13:15:45 -0000      1.39
@@ -544,7 +544,7 @@
        int res;
 
        for ( ; dev < SNDRV_CARDS; dev++) {
-               if (!enable[dev])
+               if (!enable[dev] || !isapnp[dev])
                        continue;
                res = snd_card_cs423x_probe(dev, card, id);
                if (res < 0)



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to