Re: [PATCH 2/4] ASoC: Add ADAU1373 codec support

From: Lars-Peter Clausen
Date: Wed Aug 10 2011 - 02:13:36 EST


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@xxxxxxxxxx>
> ---
> 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
>
> [...]
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/