Skip to content

Commit

Permalink
ASoC: rt5640: Make codec selectable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martin Blumenstingl authored and Mark Brown committed Jun 14, 2021
1 parent 39175ac commit 08c56ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08c56ca

Please sign in to comment.