All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@kernel.org>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>
Subject: [PATCH 0/6] ASoC: audio-graph: cleanups
Date: 19 Apr 2021 11:01:56 +0900	[thread overview]
Message-ID: <871rb758x7.wl-kuninori.morimoto.gx@renesas.com> (raw)


Hi Mark

These patches cleanups audio-graph.
This is part of prepare for new audio-graph-card2.

Kuninori Morimoto (6):
  ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.c
  ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.c
  ASoC: audio-graph: check ports if exists
  ASoC: audio-graph: remove "audio-graph-card," preix support
  ASoC: audio-graph: remove unused "node" from graph_parse_mclk_fs()
  ASoC: audio-graph: remove Platform support

 include/sound/graph_card.h               |  4 --
 include/sound/simple_card_utils.h        |  3 ++
 sound/soc/generic/audio-graph-card.c     | 52 ++++--------------------
 sound/soc/generic/simple-card-utils.c    | 25 ++++++++++++
 sound/soc/generic/simple-card.c          |  7 ----
 sound/soc/tegra/tegra_audio_graph_card.c |  4 +-
 6 files changed, 38 insertions(+), 57 deletions(-)

-- 
2.25.1





Thank you for your help !!

Best regards
---
Kuninori Morimoto

             reply	other threads:[~2021-04-19  2:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19  2:01 Kuninori Morimoto [this message]
2021-04-19  2:02 ` [PATCH 1/6] ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.c Kuninori Morimoto
2021-04-19  2:02 ` [PATCH 2/6] ASoC: audio-graph: move audio_graph_remove() " Kuninori Morimoto
2021-04-19  2:02 ` [PATCH 3/6] ASoC: audio-graph: check ports if exists Kuninori Morimoto
2021-04-19  2:02 ` [PATCH 4/6] ASoC: audio-graph: remove "audio-graph-card, " preix support Kuninori Morimoto
2021-04-19  2:02 ` [PATCH 5/6] ASoC: audio-graph: remove unused "node" from graph_parse_mclk_fs() Kuninori Morimoto
2021-04-19  2:02 ` [PATCH 6/6] ASoC: audio-graph: remove Platform support Kuninori Morimoto
2021-08-25  7:18   ` Olivier MOYSAN
2021-08-25 22:48     ` Kuninori Morimoto
2021-08-27 15:28       ` Olivier MOYSAN
2021-04-20 18:35 ` [PATCH 0/6] ASoC: audio-graph: cleanups 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=871rb758x7.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@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.