From: Max Filippov <jcmvbkbc@gmail.com>
To: alsa-devel@alsa-project.org
Cc: linux-kernel@vger.kernel.org, Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Max Filippov <jcmvbkbc@gmail.com>
Subject: [PATCH v2 0/2] add support for SPI control mode to tlv320aic23
Date: Thu, 6 Mar 2014 14:04:40 +0400 [thread overview]
Message-ID: <1394100282-27404-1-git-send-email-jcmvbkbc@gmail.com> (raw)
Hi,
this series splits I2C-specific part of tlv320aic23 codec driver into a
separate file and adds SPI control mode support. It also updates Kconfigs
of existing tlv320aic23 users so that I2C variant is selected.
Changes v1->v2:
- split i2c interface into separate file;
- implement spi interface in a separate file;
- update Kconfigs of existing users.
Max Filippov (2):
ASoC: tlv320aic23: add support for SPI control mode
ASoC: update Kconfig of AIC23 users to select I2C variant
sound/soc/atmel/Kconfig | 2 +-
sound/soc/cirrus/Kconfig | 2 +-
sound/soc/codecs/Kconfig | 11 ++++++-
sound/soc/codecs/Makefile | 4 +++
sound/soc/codecs/tlv320aic23-i2c.c | 59 ++++++++++++++++++++++++++++++++++++++
sound/soc/codecs/tlv320aic23-spi.c | 57 ++++++++++++++++++++++++++++++++++++
sound/soc/codecs/tlv320aic23.c | 55 +++++++----------------------------
sound/soc/codecs/tlv320aic23.h | 6 ++++
sound/soc/fsl/Kconfig | 2 +-
sound/soc/omap/Kconfig | 4 +--
sound/soc/samsung/Kconfig | 2 +-
sound/soc/tegra/Kconfig | 2 +-
12 files changed, 154 insertions(+), 52 deletions(-)
create mode 100644 sound/soc/codecs/tlv320aic23-i2c.c
create mode 100644 sound/soc/codecs/tlv320aic23-spi.c
--
1.8.1.4
next reply other threads:[~2014-03-06 10:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-06 10:04 Max Filippov [this message]
2014-03-06 10:04 ` [PATCH v2 1/2] ASoC: tlv320aic23: add support for SPI control mode Max Filippov
2014-03-06 10:04 ` [PATCH v2 2/2] ASoC: update Kconfig of AIC23 users to select I2C variant Max Filippov
2014-03-07 2:55 ` [PATCH v2 0/2] add support for SPI control mode to tlv320aic23 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=1394100282-27404-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lars@metafoo.de \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome