diff options
author | Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> | 2018-02-23 10:17:17 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-27 10:41:34 +0000 |
commit | f6d4b052175d84c6f2b73e884f3ab8c83c5f4d45 (patch) | |
tree | 337f4cdcbcfee1f1c29ea4ede7d86c24b526d4bf /sound/soc/codecs/Kconfig | |
parent | f5ca3ab9bc1b160966c1e5cc7bf831f7b8ec31e5 (diff) | |
download | lwn-f6d4b052175d84c6f2b73e884f3ab8c83c5f4d45.tar.gz lwn-f6d4b052175d84c6f2b73e884f3ab8c83c5f4d45.zip |
ASoC: support ROHM BD28623 codec
This patch adds support of the ROHM BD28623MUV
Class D speaker amplifier for Flat-panel TVs.
This IC delivers an output power of 20W + 20W.
Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 2b331f7266ab..4545f8fde220 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -45,6 +45,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_ALC5623 if I2C select SND_SOC_ALC5632 if I2C select SND_SOC_BT_SCO + select SND_SOC_BD28623 select SND_SOC_CQ0093VC select SND_SOC_CS35L32 if I2C select SND_SOC_CS35L33 if I2C @@ -405,6 +406,13 @@ config SND_SOC_ALC5623 config SND_SOC_ALC5632 tristate +config SND_SOC_BD28623 + tristate "ROHM BD28623 CODEC" + help + Enable support for ROHM BD28623MUV Class D speaker amplifier. + This codec does not have any control buses such as I2C, it + detect format of I2S automatically. + config SND_SOC_BT_SCO tristate "Dummy BT SCO codec driver" |