bf40916e347ae9efcbb89a957ae5c9edcadeb9a8
[openwrt/openwrt.git] / target / linux / at91 / patches-5.10 / 121-ASoC-pcm5102a-Make-codec-selectable.patch
1 From 5ac0e1f5577b266543756521b1a749003b0f3686 Mon Sep 17 00:00:00 2001
2 From: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
3 Date: Mon, 12 Oct 2020 17:19:11 +0300
4 Subject: [PATCH 121/247] ASoC: pcm5102a: Make codec selectable
5
6 The TI PCM5102A codec driver can be used with the generic sound card
7 drivers, so it should be selectable. For example, with the addition
8 of #sound-dai-cells = <0> property in DT, it can be used with simple/graph
9 card drivers.
10
11 Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
12 Link: https://lore.kernel.org/r/20201012141911.3150996-1-codrin.ciubotariu@microchip.com
13 Signed-off-by: Mark Brown <broonie@kernel.org>
14 ---
15 sound/soc/codecs/Kconfig | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 --- a/sound/soc/codecs/Kconfig
19 +++ b/sound/soc/codecs/Kconfig
20 @@ -1008,7 +1008,7 @@ config SND_SOC_PCM3168A_SPI
21 select REGMAP_SPI
22
23 config SND_SOC_PCM5102A
24 - tristate
25 + tristate "Texas Instruments PCM5102A CODEC"
26
27 config SND_SOC_PCM512x
28 tristate