diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2021-06-12 23:06:50 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-14 17:01:04 +0300 |
commit | 08c56cab302a059c1f3a95c164def7b21c67ad2e (patch) | |
tree | 772d8047af80ba0a4bc6f849791add2352423616 /sound/soc/codecs/Kconfig | |
parent | 39175acd699ae73abd855748e05fb117dcc05a1f (diff) | |
download | linux-08c56cab302a059c1f3a95c164def7b21c67ad2e.tar.xz |
ASoC: rt5640: Make codec selectable
The Realtek rt5640 codec driver can be used with the generic sound card
drivers, so it should be selectable. For example, with the addition
of #sound-dai-cells = <0> property in DT, it can be used with simple and
graph card drivers.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20210612200650.1301661-1-martin.blumenstingl@googlemail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 2d80836ef220..3abdda48dc8e 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1189,7 +1189,7 @@ config SND_SOC_RT5631 depends on I2C config SND_SOC_RT5640 - tristate + tristate "Realtek RT5640/RT5639 Codec" depends on I2C config SND_SOC_RT5645 |