summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-21 14:11:09 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-25 19:46:41 +0000
commit1c3f728dd0894389938053cf04eb29fb4f82e1d7 (patch)
tree63d2d7e8e140372418a028e37709323cc71738b2
parentfacadd0661379d89f68c829a5c27241c39ee8ed4 (diff)
downloadmeta-freescale-1c3f728dd0894389938053cf04eb29fb4f82e1d7.tar.gz
imx-alsa-plugins: upgrade from MM_04.07.00_2205_L5.15.y to MM_04.07.01_2208_L5.15.y
Update to the version used in lf5.15.52_2.1.0. Commit history: * a9643b8 LF-6596 swpdm: refine the gain setting * 6fc1604 LF-6274-2: swpdm: Support channel 1/2/3 * 61215bc LF-6274-1: swpdm: fix swpdm document Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 34077f988461dbb54095e85ea44f8c7c3b959189)
-rw-r--r--recipes-multimedia/alsa/imx-alsa-plugins_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
index 1a53131d..38d00b8e 100644
--- a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
+++ b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
@@ -1,5 +1,5 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright 2013-2016 Freescale Semiconductor
2# Copyright (C) 2017-2019 NXP 2# Copyright 2017-2022 NXP
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4 4
5DESCRIPTION = "Freescale alsa-lib plugins" 5DESCRIPTION = "Freescale alsa-lib plugins"
@@ -19,9 +19,9 @@ inherit autotools pkgconfig use-imx-headers
19 19
20PV = "1.0.26+${SRCPV}" 20PV = "1.0.26+${SRCPV}"
21 21
22SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" 22SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}"
23SRCBRANCH = "MM_04.07.00_2205_L5.15.y" 23SRCBRANCH = "MM_04.07.01_2208_L5.15.y"
24SRCREV = "0f32bca96f7027c0c1145b27d1790541d34fb84c" 24SRCREV = "a9643b8820dd89b7a8c99941a90e9498f1b68c14"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27