diff options
author | David Lin <CTLIN0@nuvoton.com> | 2018-09-28 05:10:04 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-10-17 20:53:37 +0200 |
commit | 1e3cb6c321be2e5295dcaa94c2bf42a43a47a067 (patch) | |
tree | 0d716e49d776ad31a363ca21247954f04adf71a4 /sound/soc/codecs/Kconfig | |
parent | ASoC: tegra_sgtl5000: fix device_node refcounting (diff) | |
download | linux-1e3cb6c321be2e5295dcaa94c2bf42a43a47a067.tar.xz linux-1e3cb6c321be2e5295dcaa94c2bf42a43a47a067.zip |
ASoC: nau8822: new codec driver
Add driver for NAU88C22.
Signed-off-by: David Lin <CTLIN0@nuvoton.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 774d38310875..9cc4f1848c9b 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -110,6 +110,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_MT6351 if MTK_PMIC_WRAP select SND_SOC_NAU8540 if I2C select SND_SOC_NAU8810 if I2C + select SND_SOC_NAU8822 if I2C select SND_SOC_NAU8824 if I2C select SND_SOC_NAU8825 if I2C select SND_SOC_HDMI_CODEC @@ -1326,6 +1327,10 @@ config SND_SOC_NAU8810 tristate "Nuvoton Technology Corporation NAU88C10 CODEC" depends on I2C +config SND_SOC_NAU8822 + tristate "Nuvoton Technology Corporation NAU88C22 CODEC" + depends on I2C + config SND_SOC_NAU8824 tristate "Nuvoton Technology Corporation NAU88L24 CODEC" depends on I2C |