From 0035871e697be1b08ebba155535a30861db9d0c5 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Thu, 24 Jan 2019 10:43:13 +0100 Subject: 4a-hal-device-config: bump to latest revision The following changes are added: * 2d9c061 hal-4a-intel-minnow: fix incorrect master volume control * aef1ea7 Change the control name to be the same everywhere Bug-AGL: SPEC-2138 Change-Id: I92a3653163c5cc7e51104fc4c7f085bd45411a6c Signed-off-by: Stephane Desneux --- .../recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb index a1c6154b..99ad4969 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-device-config/4a-hal-device-config.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-hal-configs;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "45f205076573a858348c10a52d31382f31deaf55" +SRCREV = "2d9c0614c82f397185aa8c63444d9c49ca185113" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" @@ -55,4 +55,4 @@ do_install () { } -RPROVIDES_${PN} += "virtual/4a-default-hal" \ No newline at end of file +RPROVIDES_${PN} += "virtual/4a-default-hal" -- cgit 1.2.3-korg