diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-21 14:11:09 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-25 11:59:26 +0100 |
commit | 34077f988461dbb54095e85ea44f8c7c3b959189 (patch) | |
tree | 920c797dadebd91e065cd3d132df1c97c1e88d66 /recipes-multimedia | |
parent | e55609e8f1678f74528320b1788f5c26b9aa13ff (diff) | |
download | meta-freescale-34077f988461dbb54095e85ea44f8c7c3b959189.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>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/alsa/imx-alsa-plugins_git.bb | 10 |
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 | ||
5 | DESCRIPTION = "Freescale alsa-lib plugins" | 5 | DESCRIPTION = "Freescale alsa-lib plugins" |
@@ -19,9 +19,9 @@ inherit autotools pkgconfig use-imx-headers | |||
19 | 19 | ||
20 | PV = "1.0.26+${SRCPV}" | 20 | PV = "1.0.26+${SRCPV}" |
21 | 21 | ||
22 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" | 22 | SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" |
23 | SRCBRANCH = "MM_04.07.00_2205_L5.15.y" | 23 | SRCBRANCH = "MM_04.07.01_2208_L5.15.y" |
24 | SRCREV = "0f32bca96f7027c0c1145b27d1790541d34fb84c" | 24 | SRCREV = "a9643b8820dd89b7a8c99941a90e9498f1b68c14" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||