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:
Takashi Iwai 2007-07-12 15:22:06 +02:00
parent ea04f2c888
commit 2fba9cd65e

View file

@ -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