]> git.pld-linux.org Git - packages/alsa-utils.git/blobdiff - alsa-utils-modprobe.patch
- require alsa-lib 1.2.1 (for libatopology)
[packages/alsa-utils.git] / alsa-utils-modprobe.patch
index fc44150d1935a1dde33b63268467e6ef2d5f2216..31b2862c8cff7c5ba0dafab97eef7d98c83272e2 100644 (file)
@@ -1,11 +1,20 @@
---- alsa-utils-1.0.16/alsaconf/alsaconf.in~    2008-02-05 11:25:23.000000000 +0200
-+++ alsa-utils-1.0.16/alsaconf/alsaconf.in     2008-05-30 14:32:21.779043202 +0300
-@@ -300,7 +300,7 @@
-   cfgfile="/etc/modules.d/alsa"
- elif [ "$kernel" = "new" ]; then
-   if [ -d /etc/modprobe.d ]; then
--    cfgout="/etc/modprobe.d/sound"
-+    cfgout="/etc/modprobe.d/sound.conf"
-   fi
+--- alsa-utils-1.0.28/alsaconf/alsaconf.in~    2014-06-13 19:21:05.000000000 +0200
++++ alsa-utils-1.0.28/alsaconf/alsaconf.in     2014-06-18 08:49:50.065218184 +0200
+@@ -304,7 +304,7 @@
    cfgfile="/etc/modprobe.conf"
- elif [ "$distribution" = "debian" ]; then
+   if [ -d /etc/modprobe.d ]; then
+     cfgout="/etc/modprobe.d/50-sound.conf"
+-    cfgoldout="/etc/modprobe.d/sound"
++    cfgoldout="/etc/modprobe.d/sound.conf"
+     if [ ! -f $cfgout ]; then
+       case "$(modprobe -V)" in
+       "module-init-tools version "3.[789]*|\
+@@ -313,7 +313,7 @@
+       "kmod version "*)
+         ;;
+       *)
+-        cfgout="/etc/modprobe.d/sound"
++        cfgout="/etc/modprobe.d/sound.conf"
+         cfgoldout=""
+         ;;
+       esac
This page took 0.032219 seconds and 4 git commands to generate.