aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-3.10/0175-ASoc-Don-t-report-S24_LE-support-it-produces-white-n.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm2708/patches-3.10/0175-ASoc-Don-t-report-S24_LE-support-it-produces-white-n.patch')
-rw-r--r--target/linux/brcm2708/patches-3.10/0175-ASoc-Don-t-report-S24_LE-support-it-produces-white-n.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-3.10/0175-ASoc-Don-t-report-S24_LE-support-it-produces-white-n.patch b/target/linux/brcm2708/patches-3.10/0175-ASoc-Don-t-report-S24_LE-support-it-produces-white-n.patch
new file mode 100644
index 0000000000..530c002310
--- /dev/null
+++ b/target/linux/brcm2708/patches-3.10/0175-ASoc-Don-t-report-S24_LE-support-it-produces-white-n.patch
@@ -0,0 +1,26 @@
+From d9bf66aadd1f0238d2f055a9204e892f3b8d9366 Mon Sep 17 00:00:00 2001
+From: popcornmix <popcornmix@gmail.com>
+Date: Fri, 28 Feb 2014 15:26:33 +0000
+Subject: [PATCH 175/196] ASoc: Don't report S24_LE support, it produces white
+ noise with xbmc
+
+---
+ sound/soc/codecs/pcm5102a.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sound/soc/codecs/pcm5102a.c b/sound/soc/codecs/pcm5102a.c
+index 126f1e9..7812d34 100644
+--- a/sound/soc/codecs/pcm5102a.c
++++ b/sound/soc/codecs/pcm5102a.c
+@@ -28,7 +28,7 @@ static struct snd_soc_dai_driver pcm5102a_dai = {
+ .channels_max = 2,
+ .rates = SNDRV_PCM_RATE_8000_192000,
+ .formats = SNDRV_PCM_FMTBIT_S16_LE |
+- SNDRV_PCM_FMTBIT_S24_LE |
++ // SNDRV_PCM_FMTBIT_S24_LE | : disable for now, it causes white noise with xbmc
+ SNDRV_PCM_FMTBIT_S32_LE
+ },
+ };
+--
+1.9.1
+