From 8313d9521360a32ab42b00018a95050017cdb1bd Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Mon, 27 Nov 2017 18:39:34 +0200 Subject: alsa-utils: 1.1.4 -> 1.1.5 Changes: http://www.alsa-project.org/main/index.php/Changes_v1.1.4_v1.1.5 Rebased 0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch. Signed-off-by: Tanu Kaskinen Signed-off-by: Ross Burton --- ...lsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta/recipes-multimedia/alsa/alsa-utils') diff --git a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch b/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch index e578dfe743..907ca5ce0e 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch +++ b/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch @@ -1,4 +1,4 @@ -From 8c3e0ef9625066c2bb67ee3d2b8cd37fd44eadac Mon Sep 17 00:00:00 2001 +From b9d41b784657152a4c5683a9458dffab557f0689 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 29 Aug 2014 18:58:56 +0300 Subject: [PATCH] alsactl: don't let systemd unit restore the volume when @@ -22,7 +22,7 @@ Signed-off-by: Tanu Kaskinen 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am -index cac8094..ff865dc 100644 +index 90fab9d..190525a 100644 --- a/alsactl/Makefile.am +++ b/alsactl/Makefile.am @@ -38,9 +38,10 @@ install-data-hook: @@ -40,17 +40,17 @@ index cac8094..ff865dc 100644 alsa-state.service: alsa-state.service.in diff --git a/alsactl/alsa-restore.service.in b/alsactl/alsa-restore.service.in -index 2884098..bac3ccc 100644 +index 80fd5fd..6beb36d 100644 --- a/alsactl/alsa-restore.service.in +++ b/alsactl/alsa-restore.service.in -@@ -8,6 +8,7 @@ Description=Save/Restore Sound Card State +@@ -7,6 +7,7 @@ + Description=Save/Restore Sound Card State ConditionPathExists=!@daemonswitch@ ConditionPathExistsGlob=/dev/snd/control* - After=alsa-state.service +ConditionPathExists=@localstatedir@/lib/alsa/asound.state [Service] Type=oneshot -- -2.7.0.rc3 +2.14.2 -- cgit 1.2.3-korg