[alsa-devel] [PATCH [alsa-utils] 2/2] alsaconf: update gentoo to use modprobe.d method as everyone else

Mike Frysinger vapier at gentoo.org
Wed Nov 13 19:23:48 CET 2013


We migrated off modules.d a long time ago.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 alsaconf/alsaconf.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/alsaconf/alsaconf.in b/alsaconf/alsaconf.in
index 59f25d1..3d6adca 100644
--- a/alsaconf/alsaconf.in
+++ b/alsaconf/alsaconf.in
@@ -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"
-- 
1.8.3.2



More information about the Alsa-devel mailing list