Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1314961 > unrolled thread
| Started by | Jacob Siverskog <jacob@teenage.engineering> |
|---|---|
| First post | 2016-01-22 13:50 +0100 |
| Last post | 2016-01-22 14:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v4 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates Jacob Siverskog <jacob@teenage.engineering> - 2016-01-22 13:50 +0100
Re: [PATCH v4 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates Michael Trimarchi <michael@amarulasolutions.com> - 2016-01-22 14:50 +0100
| From | Jacob Siverskog <jacob@teenage.engineering> |
|---|---|
| Date | 2016-01-22 13:50 +0100 |
| Subject | [PATCH v4 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates |
| Message-ID | <qTJk6-45P-11@gated-at.bofh.it> |
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. [V4]: Move regmap error check to where the regmaps are allocated. Minor cosmetic changes. [V3]: Allocation of private data moved to common code. [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 | 73 ++++++++++++++++++++++ sound/soc/codecs/pcm179x-spi.c | 72 +++++++++++++++++++++ sound/soc/codecs/pcm179x.c | 56 +++++------------ sound/soc/codecs/pcm179x.h | 9 +-- 7 files changed, 196 insertions(+), 49 deletions(-) create mode 100644 sound/soc/codecs/pcm179x-i2c.c create mode 100644 sound/soc/codecs/pcm179x-spi.c -- 2.7.0
[toc] | [next] | [standalone]
| From | Michael Trimarchi <michael@amarulasolutions.com> |
|---|---|
| Date | 2016-01-22 14:50 +0100 |
| Subject | Re: [PATCH v4 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates |
| Message-ID | <qTKga-4IT-33@gated-at.bofh.it> |
| In reply to | #1314961 |
Hi On Fri, Jan 22, 2016 at 1:39 PM, Jacob Siverskog <jacob@teenage.engineering> wrote: > 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. > > [V4]: Move regmap error check to where the regmaps are > allocated. Minor cosmetic changes. > > [V3]: Allocation of private data moved to common code. > > [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 > For me are fine Acked-by: Michael Trimarchi <michael@amarulasolutions.com> I will rebase my stuff on top of this Michael > .../devicetree/bindings/sound/pcm179x.txt | 11 +++- > sound/soc/codecs/Kconfig | 20 +++++- > sound/soc/codecs/Makefile | 4 ++ > sound/soc/codecs/pcm179x-i2c.c | 73 ++++++++++++++++++++++ > sound/soc/codecs/pcm179x-spi.c | 72 +++++++++++++++++++++ > sound/soc/codecs/pcm179x.c | 56 +++++------------ > sound/soc/codecs/pcm179x.h | 9 +-- > 7 files changed, 196 insertions(+), 49 deletions(-) > create mode 100644 sound/soc/codecs/pcm179x-i2c.c > create mode 100644 sound/soc/codecs/pcm179x-spi.c > > -- > 2.7.0 > -- | Michael Nazzareno Trimarchi Amarula Solutions BV | | COO - Founder Cruquiuskade 47 | | +31(0)851119172 Amsterdam 1018 AM NL | | [`as] http://www.amarulasolutions.com |
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web