diff options
| author | Tanu Kaskinen <tanuk@iki.fi> | 2018-05-22 18:30:11 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-29 21:07:15 +0100 |
| commit | ed87f71d155b79ec1ae9e4ba575da4c362772640 (patch) | |
| tree | e58118b3acf862e96d5398d35af46bfda42cfd1a /meta/recipes-multimedia/alsa/alsa-utils | |
| parent | d985042e389bcc93395131345c1067eadcd6fe46 (diff) | |
| download | poky-ed87f71d155b79ec1ae9e4ba575da4c362772640.tar.gz | |
alsa-utils: 1.1.5 -> 1.1.6
Dropped 0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch,
because an equivalent patch is included in the new release.
License-Update: FSF address updated
(From OE-Core rev: 35076031c76089b9acec9d256ac2b4345f9f918b)
Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-utils')
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch | 56 |
1 files changed, 0 insertions, 56 deletions
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 deleted file mode 100644 index 907ca5ce0e..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch +++ /dev/null | |||
| @@ -1,56 +0,0 @@ | |||
| 1 | From b9d41b784657152a4c5683a9458dffab557f0689 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
| 3 | Date: Fri, 29 Aug 2014 18:58:56 +0300 | ||
| 4 | Subject: [PATCH] alsactl: don't let systemd unit restore the volume when | ||
| 5 | asound.state is missing | ||
| 6 | |||
| 7 | This avoids an error on bootup | ||
| 8 | |||
| 9 | Filed as https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5459 | ||
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 13 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
| 14 | Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> | ||
| 15 | |||
| 16 | Rebased on 1.1.0. | ||
| 17 | |||
| 18 | Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> | ||
| 19 | --- | ||
| 20 | alsactl/Makefile.am | 7 ++++--- | ||
| 21 | alsactl/alsa-restore.service.in | 1 + | ||
| 22 | 2 files changed, 5 insertions(+), 3 deletions(-) | ||
| 23 | |||
| 24 | diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am | ||
| 25 | index 90fab9d..190525a 100644 | ||
| 26 | --- a/alsactl/Makefile.am | ||
| 27 | +++ b/alsactl/Makefile.am | ||
| 28 | @@ -38,9 +38,10 @@ install-data-hook: | ||
| 29 | endif | ||
| 30 | |||
| 31 | edit = \ | ||
| 32 | - $(SED) -r -e 's,@sbindir\@,$(sbindir),g' \ | ||
| 33 | - -e 's,@mydatadir\@,$(mydatadir),g' \ | ||
| 34 | - -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \ | ||
| 35 | + $(SED) -e 's,@localstatedir\@,$(localstatedir),g' \ | ||
| 36 | + -e 's,@sbindir\@,$(sbindir),g' \ | ||
| 37 | + -e 's,@mydatadir\@,$(mydatadir),g' \ | ||
| 38 | + -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \ | ||
| 39 | < $< > $@ || rm $@ | ||
| 40 | |||
| 41 | alsa-state.service: alsa-state.service.in | ||
| 42 | diff --git a/alsactl/alsa-restore.service.in b/alsactl/alsa-restore.service.in | ||
| 43 | index 80fd5fd..6beb36d 100644 | ||
| 44 | --- a/alsactl/alsa-restore.service.in | ||
| 45 | +++ b/alsactl/alsa-restore.service.in | ||
| 46 | @@ -7,6 +7,7 @@ | ||
| 47 | Description=Save/Restore Sound Card State | ||
| 48 | ConditionPathExists=!@daemonswitch@ | ||
| 49 | ConditionPathExistsGlob=/dev/snd/control* | ||
| 50 | +ConditionPathExists=@localstatedir@/lib/alsa/asound.state | ||
| 51 | |||
| 52 | [Service] | ||
| 53 | Type=oneshot | ||
| 54 | -- | ||
| 55 | 2.14.2 | ||
| 56 | |||
