All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bard Liao <yung-chuan.liao@linux.intel.com>
To: broonie@kernel.org, tiwai@suse.de
Cc: vkoul@kernel.org, alsa-devel@alsa-project.org,
	pierre-louis.bossart@linux.intel.com, bard.liao@intel.com
Subject: [PATCH 0/4] ASoC/SoundWire: add Realtek SoundWire SDCA codec
Date: Wed,  2 Dec 2020 22:38:41 +0800	[thread overview]
Message-ID: <20201202143845.18697-1-yung-chuan.liao@linux.intel.com> (raw)

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


             reply	other threads:[~2020-12-03  2:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-02 14:38 Bard Liao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201202143845.18697-1-yung-chuan.liao@linux.intel.com \
    --to=yung-chuan.liao@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=bard.liao@intel.com \
    --cc=broonie@kernel.org \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.de \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.