mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 19:05:42 +01:00
alsaconf - Don't produce hwcfg file for openSUSE 10.3
hwcfg file is no longer used on openSUSE 10.3, so don't create such a file on it.
This commit is contained in:
parent
ea04f2c888
commit
2fba9cd65e
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ BEGIN { in_sound=0; }
|
|||
# set up /etc/sysconfig/hardware/*
|
||||
if [ "$distribution" = "suse" ]; then
|
||||
case "$suse_version" in
|
||||
10.*|10)
|
||||
10.[012]*|10)
|
||||
setup_hwcfg $CARD_DRIVER
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue