mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 17:29:46 +01:00
added a workaround for some dell dimension board.
This commit is contained in:
parent
728dc253d8
commit
b5cb7ac07d
1 changed files with 14 additions and 1 deletions
|
@ -1121,6 +1121,19 @@ if [ x$devs_found != x ]; then
|
|||
ac_config_legacy cs4236
|
||||
exit 0
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue