[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1453199388-8354-1-git-send-email-jacob@teenage.engineering>
Date: Tue, 19 Jan 2016 11:29:45 +0100
From: Jacob Siverskog <jacob@...nage.engineering>
To: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>
Cc: Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>,
Michael Trimarchi <michael@...rulasolutions.com>,
Johan Hovold <johan@...nel.org>, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org,
Jacob Siverskog <jacob@...nage.engineering>
Subject: [PATCH v2 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates
This series add support for I2C and declares support for continuous
sample rates.
Please note that this has only been tested using I2C and PCM1791A. I'd
be grateful if someone can test it with other devices in the PCM179X
family and/or SPI.
These patches are against linux-next.
[V2]: Fix build issues found by kbuild test robot by adding static
keyword and proper symbol exports.
Jacob Siverskog (3):
ASoC: pcm179x: Split into core and SPI parts
ASoC: pcm179x: Add I2C interface driver
ASoC: pcm179x: Support continuous rates
.../devicetree/bindings/sound/pcm179x.txt | 11 ++-
sound/soc/codecs/Kconfig | 20 +++++-
sound/soc/codecs/Makefile | 4 ++
sound/soc/codecs/pcm179x-i2c.c | 82 ++++++++++++++++++++++
sound/soc/codecs/pcm179x-spi.c | 81 +++++++++++++++++++++
sound/soc/codecs/pcm179x.c | 66 +++--------------
sound/soc/codecs/pcm179x.h | 14 +++-
7 files changed, 217 insertions(+), 61 deletions(-)
create mode 100644 sound/soc/codecs/pcm179x-i2c.c
create mode 100644 sound/soc/codecs/pcm179x-spi.c
--
2.7.0
Powered by blists - more mailing lists