07057c53e05c044581e5631d15828a08279e5ade
[openwrt/staging/lynxis.git] / target / linux / brcm2708 / patches-4.14 / 950-0197-Add-missing-SND_PISOUND-selects-dependency-to-SND_RA.patch
1 From 6f45fac549af94803eec6278b11b153d11d95d26 Mon Sep 17 00:00:00 2001
2 From: Simon van der Veldt <simon.vanderveldt@gmail.com>
3 Date: Tue, 6 Feb 2018 15:36:25 +0100
4 Subject: [PATCH 197/454] Add missing SND_PISOUND selects dependency to
5 SND_RAWMIDI
6
7 Without it the Pisound module fails to compile.
8 See https://github.com/raspberrypi/linux/issues/2366
9
10 Signed-off-by: Simon van der Veldt <simon.vanderveldt@gmail.com>
11 ---
12 sound/soc/bcm/Kconfig | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/sound/soc/bcm/Kconfig
16 +++ b/sound/soc/bcm/Kconfig
17 @@ -193,5 +193,6 @@ config SND_BCM2708_SOC_FE_PI_AUDIO
18 config SND_PISOUND
19 tristate "Support for Blokas Labs pisound"
20 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
21 + select SND_RAWMIDI
22 help
23 Say Y or M if you want to add support for Blokas Labs pisound.