All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC/SoundWire: add Realtek SoundWire SDCA codec
@ 2020-12-02 14:38 Bard Liao
  2020-12-02 14:38 ` [PATCH 1/4] ASoC/SoundWire: rt1316: Add RT1316 SDCA vendor-specific driver Bard Liao
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bard Liao @ 2020-12-02 14:38 UTC (permalink / raw)
  To: broonie, tiwai; +Cc: vkoul, alsa-devel, pierre-louis.bossart, bard.liao

Add Realtek rt1316 and rt711-sdca vender-specific drivers plus some
fixup for rt715-sdca driver.

Jack Yu (2):
  ASoC/SoundWire: rt715-sdca: use rt715_sdca prefix for symbols
  ASoC/SoundWire: rt715-sdca: merge mute/volume operations

Shuming Fan (2):
  ASoC/SoundWire: rt1316: Add RT1316 SDCA vendor-specific driver
  ASoC/SoundWire: rt711-sdca: Add RT711 SDCA vendor-specific driver

 sound/soc/codecs/Kconfig          |   13 +
 sound/soc/codecs/Makefile         |    4 +
 sound/soc/codecs/rt1316-sdw.c     |  756 +++++++++++++++
 sound/soc/codecs/rt1316-sdw.h     |  115 +++
 sound/soc/codecs/rt711-sdca-sdw.c |  424 +++++++++
 sound/soc/codecs/rt711-sdca-sdw.h |  101 ++
 sound/soc/codecs/rt711-sdca.c     | 1482 +++++++++++++++++++++++++++++
 sound/soc/codecs/rt711-sdca.h     |  246 +++++
 sound/soc/codecs/rt715-sdca-sdw.c |   12 +-
 sound/soc/codecs/rt715-sdca.c     |  323 ++++---
 sound/soc/codecs/rt715-sdca.h     |    4 +-
 11 files changed, 3316 insertions(+), 164 deletions(-)
 create mode 100644 sound/soc/codecs/rt1316-sdw.c
 create mode 100644 sound/soc/codecs/rt1316-sdw.h
 create mode 100644 sound/soc/codecs/rt711-sdca-sdw.c
 create mode 100644 sound/soc/codecs/rt711-sdca-sdw.h
 create mode 100644 sound/soc/codecs/rt711-sdca.c
 create mode 100644 sound/soc/codecs/rt711-sdca.h

-- 
2.17.1


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

end of thread, other threads:[~2020-12-04 22:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 14:38 [PATCH 0/4] ASoC/SoundWire: add Realtek SoundWire SDCA codec Bard Liao
2020-12-02 14:38 ` [PATCH 1/4] ASoC/SoundWire: rt1316: Add RT1316 SDCA vendor-specific driver Bard Liao
2020-12-03 12:38   ` Mark Brown
     [not found]     ` <8b585fdb0b624ec892c55c0139d61e75@realtek.com>
2020-12-04 17:56       ` Mark Brown
2020-12-04 22:42         ` Pierre-Louis Bossart
2020-12-02 14:38 ` [PATCH 2/4] ASoC/SoundWire: rt711-sdca: Add RT711 " Bard Liao
2020-12-02 14:38 ` [PATCH 3/4] ASoC/SoundWire: rt715-sdca: use rt715_sdca prefix for symbols Bard Liao
2020-12-02 14:38 ` [PATCH 4/4] ASoC/SoundWire: rt715-sdca: merge mute/volume operations Bard Liao

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.