From: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
To: broonie@kernel.org
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com,
lgirdwood@gmail.com, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/3] Add support for Wolfson Micro WM8998 codec
Date: Mon, 28 Sep 2015 14:01:06 +0100 [thread overview]
Message-ID: <1443445269-11746-1-git-send-email-rf@opensource.wolfsonmicro.com> (raw)
This set of patches is based on broonie/regulator.git/for-next and
broonie/sound.git/for-next branches.
Richard Fitzgerald (3):
regulator: arizona: add support for WM8998 and WM1814
ASoC: arizona: add defines for single-input gain control
ASoC: wm8998: Initial WM8998 codec driver
drivers/regulator/arizona-ldo1.c | 2 +
sound/soc/codecs/Kconfig | 6 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/arizona.c | 33 +
sound/soc/codecs/arizona.h | 12 +-
sound/soc/codecs/wm8998.c | 1430 ++++++++++++++++++++++++++++++++++++++
sound/soc/codecs/wm8998.h | 23 +
7 files changed, 1507 insertions(+), 1 deletion(-)
create mode 100644 sound/soc/codecs/wm8998.c
create mode 100644 sound/soc/codecs/wm8998.h
--
1.9.1
WARNING: multiple messages have this Message-ID (diff)
From: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
To: <broonie@kernel.org>
Cc: <lgirdwood@gmail.com>, <patches@opensource.wolfsonmicro.com>,
<alsa-devel@alsa-project.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH v2 0/3] Add support for Wolfson Micro WM8998 codec
Date: Mon, 28 Sep 2015 14:01:06 +0100 [thread overview]
Message-ID: <1443445269-11746-1-git-send-email-rf@opensource.wolfsonmicro.com> (raw)
This set of patches is based on broonie/regulator.git/for-next and
broonie/sound.git/for-next branches.
Richard Fitzgerald (3):
regulator: arizona: add support for WM8998 and WM1814
ASoC: arizona: add defines for single-input gain control
ASoC: wm8998: Initial WM8998 codec driver
drivers/regulator/arizona-ldo1.c | 2 +
sound/soc/codecs/Kconfig | 6 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/arizona.c | 33 +
sound/soc/codecs/arizona.h | 12 +-
sound/soc/codecs/wm8998.c | 1430 ++++++++++++++++++++++++++++++++++++++
sound/soc/codecs/wm8998.h | 23 +
7 files changed, 1507 insertions(+), 1 deletion(-)
create mode 100644 sound/soc/codecs/wm8998.c
create mode 100644 sound/soc/codecs/wm8998.h
--
1.9.1
next reply other threads:[~2015-09-28 13:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-28 13:01 Richard Fitzgerald [this message]
2015-09-28 13:01 ` [PATCH v2 0/3] Add support for Wolfson Micro WM8998 codec Richard Fitzgerald
2015-09-28 13:01 ` [PATCH v2 1/3] regulator: arizona: add support for WM8998 and WM1814 Richard Fitzgerald
2015-09-28 13:01 ` Richard Fitzgerald
2015-09-30 18:16 ` Mark Brown
2015-10-01 7:51 ` Charles Keepax
2015-10-01 7:51 ` Charles Keepax
2015-09-28 13:01 ` [PATCH v2 2/3] ASoC: arizona: add defines for single-input gain control Richard Fitzgerald
2015-09-28 13:01 ` Richard Fitzgerald
2015-09-28 13:01 ` [PATCH v2 3/3] ASoC: wm8998: Initial WM8998 codec driver Richard Fitzgerald
2015-09-28 13:01 ` Richard Fitzgerald
2015-10-02 17:13 ` Applied "ASoC: wm8998: Initial WM8998 codec driver" to the asoc tree 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=1443445269-11746-1-git-send-email-rf@opensource.wolfsonmicro.com \
--to=rf@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@opensource.wolfsonmicro.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.