diff options
author | Songjun Wu <songjun.wu@atmel.com> | 2015-10-08 12:13:31 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-22 18:48:33 +0200 |
commit | e0a25b6d18624140905d79775f9e1b05c12502f5 (patch) | |
tree | fdeb7072b08b213cda925299354274d2189ea758 /sound/soc/atmel/Kconfig | |
parent | Linux 4.3-rc1 (diff) | |
download | linux-e0a25b6d18624140905d79775f9e1b05c12502f5.tar.xz linux-e0a25b6d18624140905d79775f9e1b05c12502f5.zip |
ASoC: atmel-classd: add the Audio Class D Amplifier
Add driver for the digital imput to PWM output stereo
class D amplifier. It comes with filter, digitally
controlled gain, an equalizer and a dmphase filter.
Signed-off-by: Songjun Wu <songjun.wu@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel/Kconfig')
-rw-r--r-- | sound/soc/atmel/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index 1489cd461aec..2d30464b81ce 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig @@ -59,4 +59,13 @@ config SND_AT91_SOC_SAM9X5_WM8731 help Say Y if you want to add support for audio SoC on an at91sam9x5 based board that is using WM8731 codec. + +config SND_ATMEL_SOC_CLASSD + tristate "Atmel ASoC driver for boards using CLASSD" + depends on ARCH_AT91 || COMPILE_TEST + select SND_ATMEL_SOC_DMA + select REGMAP_MMIO + help + Say Y if you want to add support for Atmel ASoC driver for boards using + CLASSD. endif |