]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsaconf - Don't produce hwcfg file for openSUSE 10.3
authorTakashi Iwai <tiwai@suse.de>
Thu, 12 Jul 2007 13:22:06 +0000 (15:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 12 Jul 2007 13:22:06 +0000 (15:22 +0200)
hwcfg file is no longer used on openSUSE 10.3, so don't create such a file
on it.

alsaconf/alsaconf.in

index 6a7054e9a5d91bae996d6f0a88333ad820f64991..123f4884bfae92e1c422dbd32deeb6164438e52c 100644 (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