Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311637
| From | Jacob Siverskog <jacob@teenage.engineering> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates |
| Date | 2016-01-18 17:00 +0100 |
| Message-ID | <qSknL-2GX-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates Jacob Siverskog <jacob@teenage.engineering> - 2016-01-18 17:00 +0100
[PATCH 3/3] ASoC: pcm179x: Support continuous rates Jacob Siverskog <jacob@teenage.engineering> - 2016-01-18 17:00 +0100
[PATCH 1/3] ASoC: pcm179x: Split into core and SPI parts Jacob Siverskog <jacob@teenage.engineering> - 2016-01-18 17:00 +0100
Re: [PATCH 1/3] ASoC: pcm179x: Split into core and SPI parts Johan Hovold <johan@kernel.org> - 2016-01-18 21:00 +0100
Re: [PATCH 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates Michael Trimarchi <michael@amarulasolutions.com> - 2016-01-18 17:10 +0100
csiph-web