diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-28 12:03:58 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-28 12:03:58 +0100 |
commit | cb5a9b6969e677c7e8397e8aa1003b6b80384620 (patch) | |
tree | 237d231f2648651996860c453bad239b2787347e /meta-audio-4a-framework/recipes-multimedia | |
parent | 13380588f44543a80267938f82bb026b5f3ca8b5 (diff) |
hal-unicens: bump unicens hal to newest version
Bug-AGL: SPEC-1505
- enables audio to unicens sound card
- cleanup of plugin implementation
- removed legacy stream, pcm playback volume
- ensure init success to allow loading the plugin
Change-Id: I0d7afd1c76d2b913e3684bbbcbc599f315061d85
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb index a1efc66e..27e673ca 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-unicens/4a-hal-unicens_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=dab9a7a261563ca5dafa097c91369074" DEPENDS += "lua" SRC_URI = "gitsm://github.com/tjahnk/4a-hal-unicens;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "fc45c13a106e9e45b14860ef7f42b6651128f8a6" +SRCREV = "8be9b941f6364ba8f251ef6acb95350a8e289ce3" PV = "0.1+git${SRCPV}" |