linux-sound.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: "\"Amadeusz Sławiński\"" <amadeuszx.slawinski@linux.intel.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Alper Nebi Yasak" <alpernebiyasak@gmail.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Banajit Goswami" <bgoswami@quicinc.com>,
	"Bard Liao" <yung-chuan.liao@linux.intel.com>,
	"Brent Lu" <brent.lu@intel.com>,
	"Cezary Rojewski" <cezary.rojewski@intel.com>,
	"Charles Keepax" <ckeepax@opensource.cirrus.com>,
	"Claudiu Beznea" <claudiu.beznea@tuxon.dev>,
	"Cristian Ciocaltea" <cristian.ciocaltea@collabora.com>,
	"Daniel Baluta" <daniel.baluta@nxp.com>,
	"Hans de Goede" <hdegoede@redhat.com>,
	"Jaroslav Kysela" <perex@perex.cz>,
	"Jerome Brunet" <jbrunet@baylibre.com>,
	"Jiawei Wang" <me@jwang.link>, "Jonathan Corbet" <corbet@lwn.net>,
	"Kai Vehmanen" <kai.vehmanen@linux.intel.com>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Liam Girdwood" <lgirdwood@gmail.com>,
	"Mark Brown" <broonie@kernel.org>,
	"Maso Huang" <maso.huang@mediatek.com>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Peter Ujfalusi" <peter.ujfalusi@linux.intel.com>,
	"Pierre-Louis Bossart" <pierre-louis.bossart@linux.intel.com>,
	"Ranjani Sridharan" <ranjani.sridharan@linux.intel.com>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Shengjiu Wang" <shengjiu.wang@gmail.com>,
	"Srinivas Kandagatla" <srinivas.kandagatla@linaro.org>,
	"Sylwester Nawrocki" <s.nawrocki@samsung.com>,
	"Takashi Iwai" <tiwai@suse.com>, "Vinod Koul" <vkoul@kernel.org>,
	"Xiubo Li" <Xiubo.Lee@gmail.com>,
	alsa-devel@alsa-project.org, imx@lists.linux.dev,
	linux-doc@vger.kernel.org, linux-sound@vger.kernel.org
Subject: [PATCH v3 00/23] ASoC: Replace dpcm_playback/capture to playback/capture_assertion
Date: Thu, 18 Apr 2024 04:11:33 +0000	[thread overview]
Message-ID: <87h6fz8g3u.wl-kuninori.morimoto.gx@renesas.com> (raw)


Hi Mark

This is v3 patch-set

When we use DPCM, we need to set dpcm_playback/capture flag.
If these flag are set, soc_get_playback_capture() will check its
availability, but non DPCM doesn't need such special flags.

OTOH, it cares playback/capture_only flag. It is needed.

This patch adds new assertion flag, and convert current dpcm_playback
dpcm_capture flag and playback/capture_only flag to it.

v2 -> v3
	- re-order patches
	- add new playback/capture_assertion flag
	  and covert both dpcm_xxx and xxx_only flag into it

v1 -> v2
	- based on latest ASoC branch
	- keep comment on Intel
	- tidyup patch title
	- tidyup DPCM BE warning output condition
	- Add new patch for Document

Link: https://lore.kernel.org/r/87o7b353of.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/87zfuesz8y.wl-kuninori.morimoto.gx@renesas.com

Kuninori Morimoto (23):
  ASoC: soc-pcm: cleanup soc_get_playback_capture()
  ASoC: soc-pcm: indicate warning if DPCM BE Codec has no settings
  ASoC: soc-dai: remove snd_soc_dai_link_set_capabilities()
  ASoC: amd: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: fsl: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: sof: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: meson: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: Intel: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: mediatek: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: soc-core: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: soc-topology: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: soc-compress: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: Intel: avs: boards: Replace dpcm_playback/capture to playback/capture_assertion
  ASoC: ti: Replace playback/capture_only to playback/capture_assertion
  ASoC: amd: Replace playback/capture_only to playback/capture_assertion
  ASoC: fsl: Replace playback/capture_only to playback/capture_assertion
  ASoC: mxs: Replace playback/capture_only to playback/capture_assertion
  ASoC: atmel: Replace playback/capture_only to playback/capture_assertion
  ASoC: Intel: Replace playback/capture_only to playback/capture_assertion
  ASoC: samsung: Replace playback/capture_only to playback/capture_assertion
  ASoC: generic: Replace playback/capture_only to playback/capture_assertion
  ASoC: soc-pcm: remove dpcm_playback/capture and playback/capture_only
  ASoC: doc: Replace dpcm_playback/capture to playback/capture_assertion

 Documentation/sound/soc/dpcm.rst              |  10 +-
 include/sound/simple_card_utils.h             |   2 +-
 include/sound/soc-dai.h                       |   1 -
 include/sound/soc.h                           |  15 +-
 sound/soc/amd/acp-da7219-max98357a.c          |  20 +--
 sound/soc/amd/acp-es8336.c                    |   4 +-
 sound/soc/amd/acp/acp-mach-common.c           |  34 ++---
 sound/soc/amd/acp3x-rt5682-max9836.c          |   8 +-
 sound/soc/amd/ps/ps-mach.c                    |   2 +-
 sound/soc/amd/renoir/acp3x-rn.c               |   2 +-
 sound/soc/amd/vangogh/acp5x-mach.c            |  14 +-
 sound/soc/amd/yc/acp6x-mach.c                 |   2 +-
 sound/soc/atmel/sam9g20_wm8731.c              |   2 +-
 sound/soc/fsl/fsl-asoc-card.c                 |  20 +--
 sound/soc/fsl/imx-audmix.c                    |   8 +-
 sound/soc/fsl/imx-card.c                      |   7 +-
 sound/soc/fsl/imx-hdmi.c                      |  12 +-
 sound/soc/fsl/imx-rpmsg.c                     |  10 +-
 sound/soc/fsl/imx-spdif.c                     |  10 +-
 sound/soc/generic/audio-graph-card.c          |   2 -
 sound/soc/generic/audio-graph-card2.c         |  10 +-
 sound/soc/generic/simple-card-utils.c         |   6 +-
 sound/soc/generic/simple-card.c               |   2 -
 sound/soc/intel/avs/boards/da7219.c           |   4 +-
 sound/soc/intel/avs/boards/dmic.c             |   4 +-
 sound/soc/intel/avs/boards/es8336.c           |   4 +-
 sound/soc/intel/avs/boards/hdaudio.c          |   8 +-
 sound/soc/intel/avs/boards/i2s_test.c         |   4 +-
 sound/soc/intel/avs/boards/max98357a.c        |   2 +-
 sound/soc/intel/avs/boards/max98373.c         |   4 +-
 sound/soc/intel/avs/boards/max98927.c         |   4 +-
 sound/soc/intel/avs/boards/nau8825.c          |   4 +-
 sound/soc/intel/avs/boards/rt274.c            |   4 +-
 sound/soc/intel/avs/boards/rt286.c            |   4 +-
 sound/soc/intel/avs/boards/rt298.c            |   4 +-
 sound/soc/intel/avs/boards/rt5514.c           |   2 +-
 sound/soc/intel/avs/boards/rt5663.c           |   4 +-
 sound/soc/intel/avs/boards/rt5682.c           |   4 +-
 sound/soc/intel/avs/boards/ssm4567.c          |   4 +-
 sound/soc/intel/boards/bdw-rt5650.c           |   8 +-
 sound/soc/intel/boards/bdw-rt5677.c           |  10 +-
 sound/soc/intel/boards/bdw_rt286.c            |  14 +-
 sound/soc/intel/boards/bxt_da7219_max98357a.c |  34 ++---
 sound/soc/intel/boards/bxt_rt298.c            |  28 ++--
 sound/soc/intel/boards/bytcht_cx2072x.c       |  10 +-
 sound/soc/intel/boards/bytcht_da7213.c        |  10 +-
 sound/soc/intel/boards/bytcht_es8316.c        |  10 +-
 sound/soc/intel/boards/bytcht_nocodec.c       |  10 +-
 sound/soc/intel/boards/bytcr_rt5640.c         |  10 +-
 sound/soc/intel/boards/bytcr_rt5651.c         |  10 +-
 sound/soc/intel/boards/bytcr_wm5102.c         |  10 +-
 sound/soc/intel/boards/cht_bsw_max98090_ti.c  |  10 +-
 sound/soc/intel/boards/cht_bsw_nau8824.c      |  10 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c       |  10 +-
 sound/soc/intel/boards/cht_bsw_rt5672.c       |  10 +-
 sound/soc/intel/boards/ehl_rt5660.c           |  16 +--
 sound/soc/intel/boards/glk_rt5682_max98357a.c |  32 ++---
 sound/soc/intel/boards/hsw_rt5640.c           |  14 +-
 sound/soc/intel/boards/kbl_da7219_max98357a.c |  28 ++--
 sound/soc/intel/boards/kbl_da7219_max98927.c  |  60 ++++----
 sound/soc/intel/boards/kbl_rt5660.c           |  20 +--
 sound/soc/intel/boards/kbl_rt5663_max98927.c  |  48 +++----
 .../intel/boards/kbl_rt5663_rt5514_max98927.c |  26 ++--
 sound/soc/intel/boards/skl_hda_dsp_common.c   |  18 +--
 .../soc/intel/boards/skl_nau88l25_max98357a.c |  28 ++--
 sound/soc/intel/boards/skl_nau88l25_ssm4567.c |  30 ++--
 sound/soc/intel/boards/skl_rt286.c            |  28 ++--
 sound/soc/intel/boards/sof_board_helpers.c    |  18 +--
 sound/soc/intel/boards/sof_es8336.c           |  10 +-
 sound/soc/intel/boards/sof_pcm512x.c          |   8 +-
 sound/soc/intel/boards/sof_sdw.c              |   4 +-
 sound/soc/intel/boards/sof_wm8804.c           |   4 +-
 sound/soc/mediatek/mt2701/mt2701-cs42448.c    |  30 ++--
 sound/soc/mediatek/mt2701/mt2701-wm8960.c     |   8 +-
 sound/soc/mediatek/mt6797/mt6797-mt6351.c     |  34 ++---
 sound/soc/mediatek/mt7986/mt7986-wm8960.c     |   8 +-
 sound/soc/mediatek/mt8173/mt8173-max98090.c   |   8 +-
 .../mediatek/mt8173/mt8173-rt5650-rt5514.c    |   8 +-
 .../mediatek/mt8173/mt8173-rt5650-rt5676.c    |  12 +-
 sound/soc/mediatek/mt8173/mt8173-rt5650.c     |  12 +-
 .../mediatek/mt8183/mt8183-da7219-max98357.c  |  40 +++---
 .../mt8183/mt8183-mt6358-ts3a227-max98357.c   |  40 +++---
 sound/soc/mediatek/mt8186/mt8186-mt6366.c     | 108 +++++++--------
 sound/soc/mediatek/mt8188/mt8188-mt6359.c     |  60 ++++----
 .../mt8192/mt8192-mt6359-rt1015-rt5682.c      |  86 ++++++------
 sound/soc/mediatek/mt8195/mt8195-mt6359.c     |  62 ++++-----
 sound/soc/meson/axg-card.c                    |   9 +-
 sound/soc/meson/gx-card.c                     |   1 -
 sound/soc/meson/meson-card-utils.c            |   4 +-
 sound/soc/mxs/mxs-sgtl5000.c                  |   4 +-
 sound/soc/qcom/common.c                       |   1 -
 sound/soc/samsung/odroid.c                    |  12 +-
 sound/soc/soc-compress.c                      |   8 +-
 sound/soc/soc-core.c                          |  15 +-
 sound/soc/soc-dai.c                           |  38 -----
 sound/soc/soc-pcm.c                           | 130 ++++++++++--------
 sound/soc/soc-topology-test.c                 |   4 +-
 sound/soc/soc-topology.c                      |   4 +-
 sound/soc/sof/nocodec.c                       |   4 +-
 sound/soc/ti/j721e-evm.c                      |   8 +-
 100 files changed, 789 insertions(+), 832 deletions(-)

-- 
2.25.1

             reply	other threads:[~2024-04-18  4:11 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18  4:11 Kuninori Morimoto [this message]
2024-04-18  4:12 ` [PATCH v3 01/23] ASoC: soc-pcm: cleanup soc_get_playback_capture() Kuninori Morimoto
2024-04-18 16:20   ` Pierre-Louis Bossart
2024-04-19  1:09     ` Kuninori Morimoto
2024-04-19 13:17       ` Pierre-Louis Bossart
2024-04-22  4:46         ` Kuninori Morimoto
2024-04-22 20:12           ` Pierre-Louis Bossart
2024-04-23  4:56             ` Kuninori Morimoto
2024-04-25  5:32               ` Kuninori Morimoto
2024-04-25 15:20                 ` Pierre-Louis Bossart
2024-04-25 21:59                   ` Pierre-Louis Bossart
2024-04-26  0:24                     ` Kuninori Morimoto
2024-04-26  4:00                       ` Kuninori Morimoto
2024-04-18  4:12 ` [PATCH v3 02/23] ASoC: soc-pcm: indicate warning if DPCM BE Codec has no settings Kuninori Morimoto
2024-04-18  4:12 ` [PATCH v3 03/23] ASoC: soc-dai: remove snd_soc_dai_link_set_capabilities() Kuninori Morimoto
2024-04-18  4:12 ` [PATCH v3 04/23] ASoC: amd: Replace dpcm_playback/capture to playback/capture_assertion Kuninori Morimoto
2024-04-18  4:13 ` [PATCH v3 05/23] ASoC: fsl: " Kuninori Morimoto
2024-04-18  4:13 ` [PATCH v3 06/23] ASoC: sof: " Kuninori Morimoto
2024-04-18  4:13 ` [PATCH v3 07/23] ASoC: meson: " Kuninori Morimoto
2024-04-18  4:13 ` [PATCH v3 08/23] ASoC: Intel: " Kuninori Morimoto
2024-04-18  4:13 ` [PATCH v3 09/23] ASoC: mediatek: " Kuninori Morimoto
2024-04-18  4:13 ` [PATCH v3 10/23] ASoC: soc-core: " Kuninori Morimoto
2024-04-18  4:14 ` [PATCH v3 11/23] ASoC: soc-topology: " Kuninori Morimoto
2024-04-18  4:14 ` [PATCH v3 12/23] ASoC: soc-compress: " Kuninori Morimoto
2024-04-18  4:14 ` [PATCH v3 13/23] ASoC: Intel: avs: boards: " Kuninori Morimoto
2024-04-18  4:14 ` [PATCH v3 14/23] ASoC: ti: Replace playback/capture_only " Kuninori Morimoto
2024-04-18  4:14 ` [PATCH v3 15/23] ASoC: amd: " Kuninori Morimoto
2024-04-18  4:14 ` [PATCH v3 16/23] ASoC: fsl: " Kuninori Morimoto
2024-04-18  4:14 ` [PATCH v3 17/23] ASoC: mxs: " Kuninori Morimoto
2024-04-18  4:15 ` [PATCH v3 18/23] ASoC: atmel: " Kuninori Morimoto
2024-04-18  4:15 ` [PATCH v3 19/23] ASoC: Intel: " Kuninori Morimoto
2024-04-18 11:19   ` Amadeusz Sławiński
2024-04-18 16:26     ` Pierre-Louis Bossart
2024-04-19  7:31       ` Amadeusz Sławiński
2024-04-18  4:15 ` [PATCH v3 20/23] ASoC: samsung: " Kuninori Morimoto
2024-04-18  4:15 ` [PATCH v3 21/23] ASoC: generic: " Kuninori Morimoto
2024-04-18  4:15 ` [PATCH v3 22/23] ASoC: soc-pcm: remove dpcm_playback/capture and playback/capture_only Kuninori Morimoto
2024-04-18  4:15 ` [PATCH v3 23/23] ASoC: doc: Replace dpcm_playback/capture to playback/capture_assertion Kuninori Morimoto
2024-04-22 21:10 ` [PATCH v3 00/23] ASoC: " Pierre-Louis Bossart

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=87h6fz8g3u.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alpernebiyasak@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=amadeuszx.slawinski@linux.intel.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=bgoswami@quicinc.com \
    --cc=brent.lu@intel.com \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=corbet@lwn.net \
    --cc=cristian.ciocaltea@collabora.com \
    --cc=daniel.baluta@nxp.com \
    --cc=hdegoede@redhat.com \
    --cc=imx@lists.linux.dev \
    --cc=jbrunet@baylibre.com \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=khilman@baylibre.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=maso.huang@mediatek.com \
    --cc=matthias.bgg@gmail.com \
    --cc=me@jwang.link \
    --cc=neil.armstrong@linaro.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=perex@perex.cz \
    --cc=peter.ujfalusi@linux.intel.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=ranjani.sridharan@linux.intel.com \
    --cc=s.hauer@pengutronix.de \
    --cc=s.nawrocki@samsung.com \
    --cc=shawnguo@kernel.org \
    --cc=shengjiu.wang@gmail.com \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tiwai@suse.com \
    --cc=vkoul@kernel.org \
    --cc=yung-chuan.liao@linux.intel.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).