diff options
Diffstat (limited to 'recipes-multimedia/alsa/alsa-lib/0001-add-conf-for-multichannel-support-in-imx.patch')
-rw-r--r-- | recipes-multimedia/alsa/alsa-lib/0001-add-conf-for-multichannel-support-in-imx.patch | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/recipes-multimedia/alsa/alsa-lib/0001-add-conf-for-multichannel-support-in-imx.patch b/recipes-multimedia/alsa/alsa-lib/0001-add-conf-for-multichannel-support-in-imx.patch index f5ce84ea..7ae8b8fe 100644 --- a/recipes-multimedia/alsa/alsa-lib/0001-add-conf-for-multichannel-support-in-imx.patch +++ b/recipes-multimedia/alsa/alsa-lib/0001-add-conf-for-multichannel-support-in-imx.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 365213e10b073c45d7bacf9c94e30e879bfa8255 Mon Sep 17 00:00:00 2001 | 1 | From 3fa81ebaf8bac6b167776888ae26c6c140d8aebc Mon Sep 17 00:00:00 2001 |
2 | From: Shengjiu Wang <b02247@freescale.com> | 2 | From: Shengjiu Wang <b02247@freescale.com> |
3 | Date: Thu, 5 Jun 2014 17:37:47 +0800 | 3 | Date: Thu, 5 Jun 2014 17:37:47 +0800 |
4 | Subject: [PATCH] add conf for multichannel support in imx | 4 | Subject: [PATCH] add conf for multichannel support in imx |
@@ -9,9 +9,9 @@ Signed-off-by: Shengjiu Wang <b02247@freescale.com> | |||
9 | --- | 9 | --- |
10 | src/conf/cards/CS42888.conf | 94 ++++++++++++++++++++++++++++++++++++ | 10 | src/conf/cards/CS42888.conf | 94 ++++++++++++++++++++++++++++++++++++ |
11 | src/conf/cards/IMX-HDMI.conf | 67 +++++++++++++++++++++++++ | 11 | src/conf/cards/IMX-HDMI.conf | 67 +++++++++++++++++++++++++ |
12 | src/conf/cards/Makefile.am | 4 +- | 12 | src/conf/cards/Makefile.am | 2 + |
13 | src/conf/cards/aliases.conf | 2 + | 13 | src/conf/cards/aliases.conf | 2 + |
14 | 4 files changed, 166 insertions(+), 1 deletion(-) | 14 | 4 files changed, 165 insertions(+) |
15 | create mode 100644 src/conf/cards/CS42888.conf | 15 | create mode 100644 src/conf/cards/CS42888.conf |
16 | create mode 100644 src/conf/cards/IMX-HDMI.conf | 16 | create mode 100644 src/conf/cards/IMX-HDMI.conf |
17 | 17 | ||
@@ -189,20 +189,18 @@ index 000000000000..a51509e8ad5a | |||
189 | + | 189 | + |
190 | +# vim: ft=alsaconf | 190 | +# vim: ft=alsaconf |
191 | diff --git a/src/conf/cards/Makefile.am b/src/conf/cards/Makefile.am | 191 | diff --git a/src/conf/cards/Makefile.am b/src/conf/cards/Makefile.am |
192 | index f387cf4197da..fb7de95b194d 100644 | 192 | index f387cf4197da..cbd2cd04227d 100644 |
193 | --- a/src/conf/cards/Makefile.am | 193 | --- a/src/conf/cards/Makefile.am |
194 | +++ b/src/conf/cards/Makefile.am | 194 | +++ b/src/conf/cards/Makefile.am |
195 | @@ -58,7 +58,9 @@ cfg_files = aliases.conf \ | 195 | @@ -1,6 +1,8 @@ |
196 | VIA8237.conf \ | 196 | alsaconfigdir = @ALSA_CONFIG_DIR@ |
197 | VX222.conf \ | 197 | alsadir = $(alsaconfigdir)/cards |
198 | VXPocket.conf \ | 198 | cfg_files = aliases.conf \ |
199 | - VXPocket440.conf | ||
200 | + VXPocket440.conf \ | ||
201 | + CS42888.conf \ | 199 | + CS42888.conf \ |
202 | + IMX-HDMI.conf | 200 | + IMX-HDMI.conf \ |
203 | 201 | AACI.conf \ | |
204 | alsa_DATA = $(cfg_files) | 202 | ATIIXP.conf \ |
205 | 203 | ATIIXP-SPDMA.conf \ | |
206 | diff --git a/src/conf/cards/aliases.conf b/src/conf/cards/aliases.conf | 204 | diff --git a/src/conf/cards/aliases.conf b/src/conf/cards/aliases.conf |
207 | index a54824ae636b..0aa874d7434f 100644 | 205 | index a54824ae636b..0aa874d7434f 100644 |
208 | --- a/src/conf/cards/aliases.conf | 206 | --- a/src/conf/cards/aliases.conf |