diff options
Diffstat (limited to 'recipes-multimedia/alsa/alsa-lib/0007-add-conf-for-imx-cs42448-sound-card.patch')
-rw-r--r-- | recipes-multimedia/alsa/alsa-lib/0007-add-conf-for-imx-cs42448-sound-card.patch | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/recipes-multimedia/alsa/alsa-lib/0007-add-conf-for-imx-cs42448-sound-card.patch b/recipes-multimedia/alsa/alsa-lib/0007-add-conf-for-imx-cs42448-sound-card.patch index 217942d7..fa71078e 100644 --- a/recipes-multimedia/alsa/alsa-lib/0007-add-conf-for-imx-cs42448-sound-card.patch +++ b/recipes-multimedia/alsa/alsa-lib/0007-add-conf-for-imx-cs42448-sound-card.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 2f87ea5afa137dfa2f7a096e9c8518be43920ed9 Mon Sep 17 00:00:00 2001 | 1 | From 38d84440a7bec9e26380f08f050b2ada772b822e Mon Sep 17 00:00:00 2001 |
2 | From: Chancel Liu <chancel.liu@nxp.com> | 2 | From: Chancel Liu <chancel.liu@nxp.com> |
3 | Date: Fri, 29 Jul 2022 16:12:37 +0800 | 3 | Date: Fri, 29 Jul 2022 16:12:37 +0800 |
4 | Subject: [PATCH] add conf for imx-cs42448 sound card | 4 | Subject: [PATCH] add conf for imx-cs42448 sound card |
@@ -11,9 +11,9 @@ Upstream-Status: Inappropriate [i.MX specific] | |||
11 | Signed-off-by: Chancel Liu <chancel.liu@nxp.com> | 11 | Signed-off-by: Chancel Liu <chancel.liu@nxp.com> |
12 | --- | 12 | --- |
13 | src/conf/cards/CS42448.conf | 58 +++++++++++++++++++++++++++++++++++++ | 13 | src/conf/cards/CS42448.conf | 58 +++++++++++++++++++++++++++++++++++++ |
14 | src/conf/cards/Makefile.am | 3 +- | 14 | src/conf/cards/Makefile.am | 1 + |
15 | src/conf/cards/aliases.conf | 1 + | 15 | src/conf/cards/aliases.conf | 1 + |
16 | 3 files changed, 61 insertions(+), 1 deletion(-) | 16 | 3 files changed, 60 insertions(+) |
17 | create mode 100644 src/conf/cards/CS42448.conf | 17 | create mode 100644 src/conf/cards/CS42448.conf |
18 | 18 | ||
19 | diff --git a/src/conf/cards/CS42448.conf b/src/conf/cards/CS42448.conf | 19 | diff --git a/src/conf/cards/CS42448.conf b/src/conf/cards/CS42448.conf |
@@ -81,19 +81,17 @@ index 000000000000..28ba5c485837 | |||
81 | + | 81 | + |
82 | +# vim: ft=alsaconf | 82 | +# vim: ft=alsaconf |
83 | diff --git a/src/conf/cards/Makefile.am b/src/conf/cards/Makefile.am | 83 | diff --git a/src/conf/cards/Makefile.am b/src/conf/cards/Makefile.am |
84 | index 044d2581f8bd..b08962cf3ba3 100644 | 84 | index 4502919e3bec..da2def3a9498 100644 |
85 | --- a/src/conf/cards/Makefile.am | 85 | --- a/src/conf/cards/Makefile.am |
86 | +++ b/src/conf/cards/Makefile.am | 86 | +++ b/src/conf/cards/Makefile.am |
87 | @@ -62,7 +62,8 @@ cfg_files = aliases.conf \ | 87 | @@ -5,6 +5,7 @@ cfg_files = aliases.conf \ |
88 | CS42888.conf \ | ||
89 | IMX-HDMI.conf \ | 88 | IMX-HDMI.conf \ |
90 | AK4458.conf \ | 89 | AK4458.conf \ |
91 | - IMX-XCVR.conf | 90 | IMX-XCVR.conf \ |
92 | + IMX-XCVR.conf \ | 91 | + CS42448.conf \ |
93 | + CS42448.conf | 92 | AACI.conf \ |
94 | 93 | ATIIXP.conf \ | |
95 | alsa_DATA = $(cfg_files) | 94 | ATIIXP-SPDMA.conf \ |
96 | |||
97 | diff --git a/src/conf/cards/aliases.conf b/src/conf/cards/aliases.conf | 95 | diff --git a/src/conf/cards/aliases.conf b/src/conf/cards/aliases.conf |
98 | index 6dab14855f25..554db846f8e5 100644 | 96 | index 6dab14855f25..554db846f8e5 100644 |
99 | --- a/src/conf/cards/aliases.conf | 97 | --- a/src/conf/cards/aliases.conf |