brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-3.10 / 0175-ASoc-Don-t-report-S24_LE-support-it-produces-white-n.patch
1 From d9bf66aadd1f0238d2f055a9204e892f3b8d9366 Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Fri, 28 Feb 2014 15:26:33 +0000
4 Subject: [PATCH 175/196] ASoc: Don't report S24_LE support, it produces white
5 noise with xbmc
6
7 ---
8 sound/soc/codecs/pcm5102a.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/sound/soc/codecs/pcm5102a.c b/sound/soc/codecs/pcm5102a.c
12 index 126f1e9..7812d34 100644
13 --- a/sound/soc/codecs/pcm5102a.c
14 +++ b/sound/soc/codecs/pcm5102a.c
15 @@ -28,7 +28,7 @@ static struct snd_soc_dai_driver pcm5102a_dai = {
16 .channels_max = 2,
17 .rates = SNDRV_PCM_RATE_8000_192000,
18 .formats = SNDRV_PCM_FMTBIT_S16_LE |
19 - SNDRV_PCM_FMTBIT_S24_LE |
20 + // SNDRV_PCM_FMTBIT_S24_LE | : disable for now, it causes white noise with xbmc
21 SNDRV_PCM_FMTBIT_S32_LE
22 },
23 };
24 --
25 1.9.1
26