]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsaconf: update gentoo to use modprobe.d method as everyone else
authorMike Frysinger <vapier@gentoo.org>
Wed, 13 Nov 2013 18:23:48 +0000 (13:23 -0500)
committerTakashi Iwai <tiwai@suse.de>
Thu, 14 Nov 2013 07:51:55 +0000 (08:51 +0100)
We migrated off modules.d a long time ago.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
alsaconf/alsaconf.in

index 59f25d1ee1d96e3552db8c86ddec6c19231007c6..3d6adca8b0bd6bffb28bdf93c7c2113d905b0d65 100644 (file)
@@ -300,9 +300,7 @@ if [ -n "$cfgfile" ]; then
     exit 1
   fi
 else
-if [ "$distribution" = "gentoo" ]; then
-  cfgfile="/etc/modules.d/alsa"
-elif [ "$kernel" = "new" ]; then
+if [ "$kernel" = "new" ]; then
   cfgfile="/etc/modprobe.conf"
   if [ -d /etc/modprobe.d ]; then
     cfgout="/etc/modprobe.d/50-sound.conf"