All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ASoC: tlv320aic32x4: Add support for TAS2505
@ 2021-06-17  8:52 Claudius Heine
  2021-06-17  8:52 ` [PATCH v2 1/3] ASoC: tlv320aic32x4: add type to device private data struct Claudius Heine
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Claudius Heine @ 2021-06-17  8:52 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	alsa-devel, Marek Vasut
  Cc: Claudius Heine

Hi,

this is v2 from my patchset that add support for the TAS2505 to the tlv320aic32x4 driver.

kind regards,
Claudius

Changes from v1:
- clarified commit message of first patch, which add the type value to the struct
- removed unnecessary code to put and get speaker volume
- removed 'Gain' from 'HP Driver Playback Volume' control
- fixed rebase issues

Claudius Heine (3):
  ASoC: tlv320aic32x4: add type to device private data struct
  ASoC: tlv320aic32x4: add support for TAS2505
  ASoC: tlv320aic32x4: dt-bindings: add TAS2505 to compatible

 .../bindings/sound/tlv320aic32x4.txt          |   1 +
 sound/soc/codecs/tlv320aic32x4-i2c.c          |  22 ++-
 sound/soc/codecs/tlv320aic32x4-spi.c          |  23 ++-
 sound/soc/codecs/tlv320aic32x4.c              | 139 +++++++++++++++++-
 sound/soc/codecs/tlv320aic32x4.h              |  10 ++
 5 files changed, 186 insertions(+), 9 deletions(-)


base-commit: 70585216fe7730d9fb5453d3e2804e149d0fe201
-- 
2.32.0


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

end of thread, other threads:[~2021-06-23 16:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17  8:52 [PATCH v2 0/3] ASoC: tlv320aic32x4: Add support for TAS2505 Claudius Heine
2021-06-17  8:52 ` [PATCH v2 1/3] ASoC: tlv320aic32x4: add type to device private data struct Claudius Heine
2021-06-17  8:52 ` [PATCH v2 2/3] ASoC: tlv320aic32x4: add support for TAS2505 Claudius Heine
2021-06-17  8:52 ` [PATCH v2 3/3] ASoC: tlv320aic32x4: dt-bindings: add TAS2505 to compatible Claudius Heine
2021-06-23 16:08 ` [PATCH v2 0/3] ASoC: tlv320aic32x4: Add support for TAS2505 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.