All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Adds SPI support
@ 2021-04-06 14:24 Jiri Prchal
  2021-04-06 14:24 ` [PATCH 1/4] ASoC: codecs: tlv320aic3x: move model definitions Jiri Prchal
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jiri Prchal @ 2021-04-06 14:24 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai, Mark Brown, Jiri Prchal, Liam Girdwood

Moved I2C stuff to separated file, shered thingk to header file.
Added SPI in separeted file.

Jiri Prchal (4):
  ASoC: codecs: tlv320aic3x: move model definitions
  ASoC: codecs: tlv320aic3x: rename probe function
  ASoC: codecs: tlv320aic3x: move I2C to separated file
  ASoC: codecs: tlv320aic3x: add SPI support

 sound/soc/codecs/Kconfig           |  16 ++++-
 sound/soc/codecs/Makefile          |   4 ++
 sound/soc/codecs/tlv320aic3x-i2c.c |  70 +++++++++++++++++++
 sound/soc/codecs/tlv320aic3x-spi.c |  76 ++++++++++++++++++++
 sound/soc/codecs/tlv320aic3x.c     | 108 ++++++++---------------------
 sound/soc/codecs/tlv320aic3x.h     |  12 ++++
 6 files changed, 204 insertions(+), 82 deletions(-)
 create mode 100644 sound/soc/codecs/tlv320aic3x-i2c.c
 create mode 100644 sound/soc/codecs/tlv320aic3x-spi.c

-- 
2.25.1


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

end of thread, other threads:[~2021-04-07 20:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 14:24 [PATCH 0/4] Adds SPI support Jiri Prchal
2021-04-06 14:24 ` [PATCH 1/4] ASoC: codecs: tlv320aic3x: move model definitions Jiri Prchal
2021-04-06 14:24 ` [PATCH 2/4] ASoC: codecs: tlv320aic3x: rename probe function Jiri Prchal
2021-04-06 14:24 ` [PATCH 3/4] ASoC: codecs: tlv320aic3x: move I2C to separated file Jiri Prchal
2021-04-06 14:24 ` [PATCH 4/4] ASoC: codecs: tlv320aic3x: add SPI support Jiri Prchal
2021-04-06 16:54   ` Mark Brown
2021-04-07  5:44     ` Jiří Prchal
2021-04-07 12:28       ` Péter Ujfalusi
2021-04-07 20:26 ` [PATCH 0/4] Adds " Mark Brown

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.