Update of /cvsroot/alsa/alsa-utils/alsaconf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8598

Modified Files:
        alsaconf.in 
Log Message:
added a workaround for some dell dimension board.



Index: alsaconf.in
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/alsaconf/alsaconf.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- alsaconf.in 25 Feb 2004 14:39:45 -0000      1.13
+++ alsaconf.in 5 Mar 2004 16:52:11 -0000       1.14
@@ -1121,7 +1121,20 @@
                ac_config_legacy cs4236
                exit 0
            fi
-       fi
+       elif $lspci -nv 2>/dev/null| grep -q "Subsystem: 8086:8080"; then
+           if $DIALOG --yesno "
+ Looks like you having a Dell Dimension machine.
+ On this machine, CS4232 driver should be used
+ although CS46xx chip is detected.
+
+ Shall I try to snd-cs4232 driver and probe
+ the legacy ISA configuration?" 13 60
+           then
+               try_all_combination=1
+               ac_config_legacy cs4232
+               exit 0
+           fi
+        fi     
     fi
    
     devs_found=("[EMAIL PROTECTED]" "legacy" "Probe legacy ISA (non-PnP) chips")



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to