summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-multimedia/alsa/alsa-lib_1.1.4.1.bbappend
diff options
context:
space:
mode:
authorKhang Nguyen <khang.nguyen.xv@rvc.renesas.com>2018-05-28 09:51:08 +0700
committerKhang Nguyen <khang.nguyen.xv@rvc.renesas.com>2018-06-18 17:55:58 +0700
commit664444a6907f73427c4bb9a67aa9df9951665977 (patch)
tree4e0ba29bd94b2956354c9beb9003e292abae3bf8 /meta-rcar-gen3/recipes-multimedia/alsa/alsa-lib_1.1.4.1.bbappend
parentf3e7ab2f927785e2f26c8d3ea6aa2f0e44416ba6 (diff)
rcar-gen3: alsa-lib: Fix S2RAM issue
This commit applies a fix patch for the reproduction or the recording might not be restarted after S2RAM. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-multimedia/alsa/alsa-lib_1.1.4.1.bbappend')
-rw-r--r--meta-rcar-gen3/recipes-multimedia/alsa/alsa-lib_1.1.4.1.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/alsa/alsa-lib_1.1.4.1.bbappend b/meta-rcar-gen3/recipes-multimedia/alsa/alsa-lib_1.1.4.1.bbappend
new file mode 100644
index 0000000..bb95fde
--- /dev/null
+++ b/meta-rcar-gen3/recipes-multimedia/alsa/alsa-lib_1.1.4.1.bbappend
@@ -0,0 +1,6 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+# Apply pcm fix patch
+SRC_URI_append = " \
+ file://0001-pcm-Return-the-consistent-error-code-for-unexpected-.patch \
+"