]> git.alsa-project.org Git - alsa-utils.git/commitdiff
added a workaround for some dell dimension board.
authorTakashi Iwai <tiwai@suse.de>
Fri, 5 Mar 2004 16:52:11 +0000 (16:52 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Mar 2004 16:52:11 +0000 (16:52 +0000)
alsaconf/alsaconf.in

index 197abbbe503fe2efcc1f2f69bb6738d6255ac372..cd022a611c10aba3de8e6cf05171454df124ef20 100644 (file)
@@ -1121,7 +1121,20 @@ if [ x$devs_found != x ]; then
                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=("${devs_found[@]}" "legacy" "Probe legacy ISA (non-PnP) chips")