Hi Mark
This is v2 patch-set
Now, we don't need to use dpcm_playback/capture flags for DPCM since v6.11,
and thus we can use playback/capture_only flags instead too for DPCM,
which is same as non-DPCM.
Let's remove dpcm_playback/capture flags, and use playback/capture_only flags
instead.
[Before] [After]
dpcm_playback = 1; /* no setting is needed */
dpcm_capture = 1;
dpcm_playback = 1; playback_only = 1;
dpcm_capture = 0;
dpcm_playback = 0; capture_only = 1;
dpcm_capture = 1;
And then, because no-one uses dpcm_xxx flags, we don't need to have the code
for both DPCM and non-DPCM. These can be handled by same code.
This patch-set is based on latest linus/master branch.
v1 -> v2
- rebased on v6.12-rc1
- tidyup flag handling for sof
Link: https://lore.kernel.org/r/87r0979uhx.wl-kuninori.morimoto.gx@xxxxxxxxxxx
Kuninori Morimoto (13):
ASoC: amd: remove dpcm_xxx flags
ASoC: fsl: remove dpcm_xxx flags
ASoC: sof: remove dpcm_xxx flags
ASoC: intel: remove dpcm_xxx flags
ASoC: samsung: remove dpcm_xxx flags
ASoC: mediatek: remove dpcm_xxx flags
ASoC: soc-core: remove dpcm_xxx flags
ASoC: soc-compress: remove dpcm_xxx flags
ASoC: soc-topology: remove dpcm_xxx flags
ASoC: intel: boards: remove dpcm_xxx flags
ASoC: soc-pcm: remove dpcm_xxx flags
ASoC: doc: remove dpcm_xxx flags
ASoC: soc-pcm: merge DPCM and non-DPCM validation check
Documentation/sound/soc/dpcm.rst | 11 +--
include/sound/soc.h | 5 -
sound/soc/amd/acp-da7219-max98357a.c | 20 ++--
sound/soc/amd/acp-es8336.c | 2 -
sound/soc/amd/acp/acp-mach-common.c | 24 ++---
sound/soc/amd/acp3x-rt5682-max9836.c | 6 +-
sound/soc/amd/vangogh/acp5x-mach.c | 6 --
sound/soc/fsl/fsl-asoc-card.c | 24 ++---
sound/soc/fsl/imx-audmix.c | 18 ++--
sound/soc/fsl/imx-card.c | 4 +-
sound/soc/intel/avs/boards/da7219.c | 2 -
sound/soc/intel/avs/boards/dmic.c | 4 +-
sound/soc/intel/avs/boards/es8336.c | 2 -
sound/soc/intel/avs/boards/hdaudio.c | 4 -
sound/soc/intel/avs/boards/i2s_test.c | 2 -
sound/soc/intel/avs/boards/max98357a.c | 2 +-
sound/soc/intel/avs/boards/max98373.c | 2 -
sound/soc/intel/avs/boards/max98927.c | 2 -
sound/soc/intel/avs/boards/nau8825.c | 2 -
sound/soc/intel/avs/boards/rt274.c | 2 -
sound/soc/intel/avs/boards/rt286.c | 2 -
sound/soc/intel/avs/boards/rt298.c | 2 -
sound/soc/intel/avs/boards/rt5514.c | 2 +-
sound/soc/intel/avs/boards/rt5663.c | 2 -
sound/soc/intel/avs/boards/rt5682.c | 2 -
sound/soc/intel/avs/boards/ssm4567.c | 2 -
sound/soc/intel/boards/bdw-rt5650.c | 4 -
sound/soc/intel/boards/bdw-rt5677.c | 4 -
sound/soc/intel/boards/bdw_rt286.c | 10 +-
sound/soc/intel/boards/bytcht_cx2072x.c | 6 +-
sound/soc/intel/boards/bytcht_da7213.c | 6 +-
sound/soc/intel/boards/bytcht_es8316.c | 6 +-
sound/soc/intel/boards/bytcht_nocodec.c | 6 +-
sound/soc/intel/boards/bytcr_rt5640.c | 6 +-
sound/soc/intel/boards/bytcr_rt5651.c | 6 +-
sound/soc/intel/boards/bytcr_wm5102.c | 6 +-
sound/soc/intel/boards/cht_bsw_max98090_ti.c | 6 +-
sound/soc/intel/boards/cht_bsw_nau8824.c | 6 +-
sound/soc/intel/boards/cht_bsw_rt5645.c | 6 +-
sound/soc/intel/boards/cht_bsw_rt5672.c | 6 +-
sound/soc/intel/boards/ehl_rt5660.c | 14 ++-
sound/soc/intel/boards/hsw_rt5640.c | 10 +-
sound/soc/intel/boards/sof_board_helpers.c | 15 +--
sound/soc/intel/boards/sof_es8336.c | 8 +-
sound/soc/intel/boards/sof_pcm512x.c | 9 +-
sound/soc/intel/boards/sof_wm8804.c | 2 -
sound/soc/mediatek/mt2701/mt2701-cs42448.c | 20 +---
sound/soc/mediatek/mt2701/mt2701-wm8960.c | 6 +-
sound/soc/mediatek/mt6797/mt6797-mt6351.c | 24 ++---
sound/soc/mediatek/mt7986/mt7986-wm8960.c | 6 +-
sound/soc/mediatek/mt8173/mt8173-max98090.c | 6 +-
.../mediatek/mt8173/mt8173-rt5650-rt5514.c | 6 +-
.../mediatek/mt8173/mt8173-rt5650-rt5676.c | 10 +-
sound/soc/mediatek/mt8173/mt8173-rt5650.c | 10 +-
.../mediatek/mt8183/mt8183-da7219-max98357.c | 34 +++----
.../mt8183/mt8183-mt6358-ts3a227-max98357.c | 34 +++----
sound/soc/mediatek/mt8186/mt8186-mt6366.c | 86 +++++++----------
sound/soc/mediatek/mt8188/mt8188-mt6359.c | 58 ++++++------
.../mt8192/mt8192-mt6359-rt1015-rt5682.c | 78 +++++++---------
sound/soc/mediatek/mt8195/mt8195-mt6359.c | 60 ++++++------
sound/soc/mediatek/mt8365/mt8365-mt6357.c | 14 +--
sound/soc/samsung/odroid.c | 10 +-
sound/soc/soc-compress.c | 15 ++-
sound/soc/soc-core.c | 20 +---
sound/soc/soc-pcm.c | 93 +++++++------------
sound/soc/soc-topology-test.c | 2 -
sound/soc/soc-topology.c | 4 +-
sound/soc/sof/nocodec.c | 7 +-
68 files changed, 318 insertions(+), 583 deletions(-)
--
2.43.0
[Index of Archives]
[Pulseaudio]
[Linux Audio Users]
[ALSA Devel]
[Fedora Desktop]
[Fedora SELinux]
[Big List of Linux Books]
[Yosemite News]
[KDE Users]