All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates
@ 2016-01-18 15:57 Jacob Siverskog
  2016-01-18 15:57   ` Jacob Siverskog
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Jacob Siverskog @ 2016-01-18 15:57 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: Liam Girdwood, Mark Brown, Michael Trimarchi, Johan Hovold,
	alsa-devel, linux-kernel, Jacob Siverskog

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.

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                         | 64 +++--------------
 sound/soc/codecs/pcm179x.h                         | 14 +++-
 7 files changed, 215 insertions(+), 61 deletions(-)
 create mode 100644 sound/soc/codecs/pcm179x-i2c.c
 create mode 100644 sound/soc/codecs/pcm179x-spi.c

-- 
2.7.0

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-01-21 10:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-18 15:57 [PATCH 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates Jacob Siverskog
2016-01-18 15:57 ` [PATCH 1/3] ASoC: pcm179x: Split into core and SPI parts Jacob Siverskog
2016-01-18 15:57   ` Jacob Siverskog
2016-01-18 18:24   ` [alsa-devel] " kbuild test robot
2016-01-18 18:24     ` kbuild test robot
2016-01-18 19:59   ` Johan Hovold
2016-01-18 15:57 ` [PATCH 2/3] ASoC: pcm179x: Add I2C interface driver Jacob Siverskog
2016-01-18 16:14   ` Michael Trimarchi
2016-01-18 16:14     ` Michael Trimarchi
2016-01-18 16:56     ` Johan Hovold
2016-01-19 12:25       ` Mark Brown
2016-01-19 14:11         ` Johan Hovold
2016-01-19 16:32           ` Mark Brown
2016-01-21 10:59             ` Johan Hovold
2016-01-18 19:10   ` kbuild test robot
2016-01-18 19:10     ` kbuild test robot
2016-01-18 15:57 ` [PATCH 3/3] ASoC: pcm179x: Support continuous rates Jacob Siverskog
2016-01-18 16:06 ` [PATCH 0/3] ASoC: pcm179x: Add I2C support, declare support for " Michael Trimarchi

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.