summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.1.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-06-22 15:37:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-22 22:40:28 +0100
commite3635ef12b8dfb8bf2fd169c5f717259f82e4497 (patch)
tree315afe1aea1651ae084982ce61cf10e16253b660 /meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.1.bb
parentf157fcfbfec1b50f0f855defb80c41cc19fc802a (diff)
downloadpoky-e3635ef12b8dfb8bf2fd169c5f717259f82e4497.tar.gz
alsa-ucm-conf: upgrade 1.2.7 -> 1.2.7.1
Configuration - mt8195_demo: fix the HDMI device name - USB-Audio: ALC1220 - add support for Gigabyte TRX40 Aorus Pro WiFi Rev 1.2 - ucm2: MediaTek: mt8195-demo: Add Initial support - ucm2: rk3399-gru-sound: Add missing symlink from conf.d tree - USB-Audio: Optimize regex for realtek-alc4080 - USB-Audio: Add ALC4080 ID for Asus Z690-I Gaming Wifi - ucm2 profile for MOTU M4 interface - ucm2: Rockchip/max98090: add symlink to VEYRON-I2S - ucm2: Rockchip/max98090: add JackControl and PlaybackVolume - Added basic support for ALC4082 on ASUS ROG Maximus Z690 Hero. - ucm2: direct profile - allow to override the card name - ucm2 profile for Behringer Flow8 - Steinberg UR44: fix the direction for steinberg_ur44_mono_in - Steinberg UR44: fix the Line2 channel mapping (2nd) - Steinberg UR44: fix the Line2 channel mapping (From OE-Core rev: 66e9a57aeeab9f87106d5565ac28342d38a6eb33) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.1.bb')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.1.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.1.bb
new file mode 100644
index 0000000000..79b8206592
--- /dev/null
+++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.7.1.bb
@@ -0,0 +1,24 @@
1SUMMARY = "ALSA Use Case Manager configuration"
2DESCRIPTION = "This package contains ALSA Use Case Manager configuration \
3of audio input/output names and routing for specific audio hardware. \
4They can be used with the alsaucm tool. "
5HOMEPAGE = "https://alsa-project.org"
6BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4"
9
10SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
11SRC_URI[sha256sum] = "ac5b2a1275783eff07e1cb34c36c6c5987742679a340037507c04a9dc1d22cac"
12# Something went wrong at upstream tarballing
13
14inherit allarch
15
16do_install() {
17 install -d "${D}${datadir}/alsa"
18 cp -r "${S}/ucm" "${D}${datadir}/alsa"
19 cp -r "${S}/ucm2" "${D}${datadir}/alsa"
20}
21
22PACKAGES = "${PN}"
23
24FILES:${PN} = "*"