From: Lars-Peter Clausen <lars@metafoo.de>
To: Lars-Peter Clausen <lars@metafoo.de>
Cc: alsa-devel@alsa-project.org,
Mike Frysinger <vapier.adi@gmail.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
linux-kernel@vger.kernel.org,
device-drivers-devel@blackfin.uclinux.org,
Liam Girdwood <lrg@ti.com>
Subject: Re: [PATCH 2/4] ASoC: Add ADAU1373 codec support
Date: Wed, 10 Aug 2011 08:11:44 +0200 [thread overview]
Message-ID: <4E422120.6060607@metafoo.de> (raw)
In-Reply-To: <1312948364-2587-2-git-send-email-lars@metafoo.de>
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
>
> [...]
WARNING: multiple messages have this Message-ID (diff)
From: Lars-Peter Clausen <lars@metafoo.de>
To: Lars-Peter Clausen <lars@metafoo.de>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>,
Liam Girdwood <lrg@ti.com>,
alsa-devel@alsa-project.org,
device-drivers-devel@blackfin.uclinux.org,
linux-kernel@vger.kernel.org,
Mike Frysinger <vapier.adi@gmail.com>
Subject: Re: [PATCH 2/4] ASoC: Add ADAU1373 codec support
Date: Wed, 10 Aug 2011 08:11:44 +0200 [thread overview]
Message-ID: <4E422120.6060607@metafoo.de> (raw)
In-Reply-To: <1312948364-2587-2-git-send-email-lars@metafoo.de>
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
>
> [...]
next prev parent reply other threads:[~2011-08-10 6:13 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-10 3:52 [PATCH 1/4] ASoC: DAPM: Allow multiple mixer sources to be routed via the same switch Lars-Peter Clausen
2011-08-10 3:52 ` Lars-Peter Clausen
2011-08-10 3:52 ` [PATCH 2/4] ASoC: Add ADAU1373 codec support Lars-Peter Clausen
2011-08-10 3:52 ` Lars-Peter Clausen
2011-08-10 6:11 ` Lars-Peter Clausen [this message]
2011-08-10 6:11 ` Lars-Peter Clausen
2011-08-11 9:27 ` Mark Brown
2011-08-11 9:27 ` Mark Brown
2011-08-11 10:11 ` Lars-Peter Clausen
2011-08-11 10:11 ` Lars-Peter Clausen
2011-08-11 13:16 ` Mark Brown
2011-08-11 13:16 ` Mark Brown
2011-08-12 0:20 ` Lars-Peter Clausen
2011-08-12 0:20 ` Lars-Peter Clausen
2011-08-12 1:20 ` Mark Brown
2011-08-12 1:20 ` Mark Brown
2011-08-13 3:25 ` Lars-Peter Clausen
2011-08-13 3:25 ` Lars-Peter Clausen
2011-08-14 10:24 ` Mark Brown
2011-08-14 10:24 ` Mark Brown
2011-08-10 3:52 ` [PATCH 3/4] ASoC: Blackfin: ADAU1373 eval board support Lars-Peter Clausen
2011-08-10 3:52 ` Lars-Peter Clausen
2011-08-10 5:27 ` Scott Jiang
2011-08-10 5:27 ` [alsa-devel] " Scott Jiang
2011-08-10 6:09 ` Lars-Peter Clausen
2011-08-10 6:09 ` [alsa-devel] " Lars-Peter Clausen
2011-08-10 3:52 ` [PATCH 4/4] Blackfin: bf537: Stamp: Register ASoC EVAL-ADAU1373 board driver Lars-Peter Clausen
2011-08-10 3:52 ` Lars-Peter Clausen
2011-08-11 9:31 ` [PATCH 1/4] ASoC: DAPM: Allow multiple mixer sources to be routed via the same switch Mark Brown
2011-08-11 9:31 ` Mark Brown
2011-08-11 9:59 ` Lars-Peter Clausen
2011-08-11 9:59 ` [alsa-devel] " Lars-Peter Clausen
2011-08-12 1:22 ` Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2011-08-15 18:15 Lars-Peter Clausen
2011-08-15 18:15 ` [PATCH 2/4] ASoC: Add ADAU1373 codec support Lars-Peter Clausen
2011-08-16 15:54 ` Mark Brown
2011-08-16 15:54 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E422120.6060607@metafoo.de \
--to=lars@metafoo.de \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=device-drivers-devel@blackfin.uclinux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lrg@ti.com \
--cc=vapier.adi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.