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-card2.c: make Codec2Codec settings optional
Date: Fri, 1 Jul 2022 05:17:51 +0000	[thread overview]
Message-ID: <87ilohs96p.wl-kuninori.morimoto.gx@renesas.com> (raw)


Hi Mark

Audio Graph Card2 has Codec2Codec support, but I noticed
 - Current Codec2Codec setting value is not correct
   because it is using of_get_property().
 - simple-card-utils has default Codec2Codec settings
   and it is overwriting Card2 settings
 - This default settings works for non Codec2Codec case
   (= DPCM::BE case) too.

This patch-set solve these issues.

Kuninori Morimoto (6):
  ASoC: audio-graph-card2.c: use of_property_read_u32() for rate
  ASoC: audio-graph-card2.c: make Codec2Codec settings optional
  ASoC: audio-graph-card2.c: remove pre-alloced Codec2Codec space
  ASoC: audio-graph-card2-custom-sample.dtsi: add verbose explanation
  ASoC: simple-card-utils.c: ignore Codec2Codec setting if it already have
  ASoC: simple-card-utils.c: care Codec2Codec vs DPCM:BE

 include/sound/simple_card_utils.h             |   3 -
 .../audio-graph-card2-custom-sample.dtsi      | 101 ++++++++++++++++--
 sound/soc/generic/audio-graph-card2.c         |  39 ++++---
 sound/soc/generic/simple-card-utils.c         |  26 ++---
 4 files changed, 126 insertions(+), 43 deletions(-)

-- 
2.25.1


             reply	other threads:[~2022-07-01  5:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01  5:17 Kuninori Morimoto [this message]
2022-07-01  5:18 ` [PATCH 1/6] ASoC: audio-graph-card2.c: use of_property_read_u32() for rate Kuninori Morimoto
2022-07-01  5:18 ` [PATCH 2/6] ASoC: audio-graph-card2.c: make Codec2Codec settings optional Kuninori Morimoto
2022-07-01  5:18 ` [PATCH 3/6] ASoC: audio-graph-card2.c: remove pre-alloced Codec2Codec space Kuninori Morimoto
2022-07-01  5:18 ` [PATCH 4/6] ASoC: audio-graph-card2-custom-sample.dtsi: add verbose explanation Kuninori Morimoto
2022-07-01  5:18 ` [PATCH 5/6] ASoC: simple-card-utils.c: ignore Codec2Codec setting if it already have Kuninori Morimoto
2022-07-01  5:18 ` [PATCH 6/6] ASoC: simple-card-utils.c: care Codec2Codec vs DPCM:BE Kuninori Morimoto
2022-07-08 20:47 ` [PATCH 0/6] ASoC: audio-graph-card2.c: make Codec2Codec settings optional 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=87ilohs96p.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.