
On 08/10/2011 05:52 AM, Lars-Peter Clausen wrote:
This patch adds support for the Analog Devices ADAU1373 audio codec.
Signed-off-by: Lars-Peter Clausen lars@metafoo.de
include/sound/adau1373.h | 22 + sound/soc/codecs/Kconfig | 3 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/adau1373.c | 1374 +++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/adau1373.h | 29 + 5 files changed, 1430 insertions(+), 0 deletions(-) create mode 100644 include/sound/adau1373.h create mode 100644 sound/soc/codecs/adau1373.c create mode 100644 sound/soc/codecs/adau1373.h
[...] diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 665d924..bac0edb 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -139,6 +139,9 @@ config SND_SOC_ADAU1701 select SIGMA tristate
+config SND_SOC_ADAU1373
- tristate
Forgot to add it to SND_SOC_ALL_CODECS. Will be in v2.
config SND_SOC_ADAV80X tristate
[...]