meta-agl-bsp/meta-rcar-gen3: Apply E3 audio configuration 14/23414/2
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Tue, 10 Sep 2019 22:10:38 +0000 (07:10 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 18 Dec 2019 19:06:44 +0000 (19:06 +0000)
v2:
 add PACKAGE_ARCH = "${MACHINE_ARCH}"

Bug-AGL: SPEC-2808

Change-Id: Id1587761c9be10a55ea18a938b74b39c512b63e2
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
(cherry picked from commit e8118390379a22f119d6ec5784dea541ca57d0df)

meta-agl-bsp/meta-rcar-gen3/recipes-bsp/alsa-state/alsa-state.bbappend

index 72d991c..642a71e 100644 (file)
@@ -1 +1,9 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+COMPATIBLE_MACHINE = "(m3ulcb|h3ulcb|ebisu)"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+do_configure_append_ebisu () {
+       sed -i 's/state.ak4613\ {/state.rcarsound\ {/g' ${WORKDIR}/asound.state
+}