alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Bard Liao <yung-chuan.liao@linux.intel.com>
To: broonie@kernel.org, tiwai@suse.de
Cc: alsa-devel@alsa-project.org,
	pierre-louis.bossart@linux.intel.com, vkoul@kernel.org,
	bard.liao@intel.com
Subject: [PATCH 00/13] ASoC: SoundWire codecs: simplify/fix set_stream
Date: Fri, 24 Mar 2023 09:43:55 +0800	[thread overview]
Message-ID: <20230324014408.1677505-1-yung-chuan.liao@linux.intel.com> (raw)

Simplify set_stream in SoundWire codecs.

Pierre-Louis Bossart (13):
  ASoC: codecs: cs42l42-sdw: clear stream
  ASoC: codecs: sdw-mockup: simplify set_stream
  ASoC: codecs: max98373-sdw: simplify set_stream
  ASoC: codecs: rt1308-sdw: simplify set_stream
  ASoC: codecs: rt1316-sdw: simplify set_stream
  ASoC: codecs: rt1318-sdw: simplify set_stream
  ASoC: codecs: rt700-sdw: simplify set_stream
  ASoC: codecs: rt711-sdw: simplify set_stream
  ASoC: codecs: rt711-sdca: simplify set_stream
  ASoC: codecs: rt712-sdca: simplify set_stream
  ASoC: codecs: rt715: simplify set_stream
  ASoC: codecs: rt715-sdca: simplify set_stream
  ASoC: codecs: rt5682-sdw: simplify set_stream

 sound/soc/codecs/cs42l42-sdw.c  |  3 ---
 sound/soc/codecs/max98373-sdw.c | 34 +++++++--------------------------
 sound/soc/codecs/rt1308-sdw.c   | 30 +++++++----------------------
 sound/soc/codecs/rt1308-sdw.h   |  4 ----
 sound/soc/codecs/rt1316-sdw.c   | 30 +++++++----------------------
 sound/soc/codecs/rt1316-sdw.h   |  4 ----
 sound/soc/codecs/rt1318-sdw.c   | 30 +++++++----------------------
 sound/soc/codecs/rt1318-sdw.h   |  4 ----
 sound/soc/codecs/rt5682-sdw.c   | 34 +++++++--------------------------
 sound/soc/codecs/rt700.c        | 30 +++++++----------------------
 sound/soc/codecs/rt700.h        |  4 ----
 sound/soc/codecs/rt711-sdca.c   | 30 +++++++----------------------
 sound/soc/codecs/rt711-sdca.h   |  4 ----
 sound/soc/codecs/rt711.c        | 30 +++++++----------------------
 sound/soc/codecs/rt711.h        |  4 ----
 sound/soc/codecs/rt712-sdca.c   | 30 +++++++----------------------
 sound/soc/codecs/rt712-sdca.h   |  4 ----
 sound/soc/codecs/rt715-sdca.c   | 30 +++++++----------------------
 sound/soc/codecs/rt715-sdca.h   |  4 ----
 sound/soc/codecs/rt715.c        | 30 +++++++----------------------
 sound/soc/codecs/rt715.h        |  4 ----
 sound/soc/codecs/sdw-mockup.c   | 34 ++++++---------------------------
 22 files changed, 83 insertions(+), 328 deletions(-)

-- 
2.25.1


             reply	other threads:[~2023-03-24  1:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24  1:43 Bard Liao [this message]
2023-03-24  1:43 ` [PATCH 01/13] ASoC: codecs: cs42l42-sdw: clear stream Bard Liao
2023-03-24  1:43 ` [PATCH 02/13] ASoC: codecs: sdw-mockup: simplify set_stream Bard Liao
2023-03-24  1:43 ` [PATCH 03/13] ASoC: codecs: max98373-sdw: " Bard Liao
2023-03-24  1:43 ` [PATCH 04/13] ASoC: codecs: rt1308-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 05/13] ASoC: codecs: rt1316-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 06/13] ASoC: codecs: rt1318-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 07/13] ASoC: codecs: rt700-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 08/13] ASoC: codecs: rt711-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 09/13] ASoC: codecs: rt711-sdca: " Bard Liao
2023-03-24  1:44 ` [PATCH 10/13] ASoC: codecs: rt712-sdca: " Bard Liao
2023-03-24  1:44 ` [PATCH 11/13] ASoC: codecs: rt715: " Bard Liao
2023-03-24  1:44 ` [PATCH 12/13] ASoC: codecs: rt715-sdca: " Bard Liao
2023-03-24  1:44 ` [PATCH 13/13] ASoC: codecs: rt5682-sdw: " Bard Liao
2023-03-30 13:28 ` [PATCH 00/13] ASoC: SoundWire codecs: simplify/fix set_stream Mark Brown

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=20230324014408.1677505-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).