brcm2708: update to v3.18
[openwrt/svn-archive/archive.git] / target / linux / brcm2708 / patches-3.18 / 0085-bugfix-for-32kHz-sample-rate-was-missing.patch
1 From c12aab11b88318b9dde0960f5309cf4c0b2af579 Mon Sep 17 00:00:00 2001
2 From: Joerg Hohensohn <joerg.hohensohn@dreamchip.de>
3 Date: Sun, 1 Feb 2015 22:08:03 +0100
4 Subject: [PATCH 085/114] bugfix for 32kHz sample rate, was missing
5
6 ---
7 sound/soc/bcm/hifiberry_digi.c | 1 +
8 1 file changed, 1 insertion(+)
9
10 diff --git a/sound/soc/bcm/hifiberry_digi.c b/sound/soc/bcm/hifiberry_digi.c
11 index b0e3d28..133d51b 100644
12 --- a/sound/soc/bcm/hifiberry_digi.c
13 +++ b/sound/soc/bcm/hifiberry_digi.c
14 @@ -80,6 +80,7 @@ static int snd_rpi_hifiberry_digi_hw_params(struct snd_pcm_substream *substream,
15 samplerate = params_rate(params);
16
17 switch (samplerate) {
18 + case 32000:
19 case 44100:
20 case 48000:
21 case 88200:
22 --
23 1.8.3.2
24