diff options
author | Mark Brown <broonie@kernel.org> | 2023-12-19 16:45:51 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-19 16:45:51 +0000 |
commit | 7a27dbf7b1f95de8c8f609753e4167cf4bbddfe6 (patch) | |
tree | d897b7fab91ecb13ea5638487f0d1a5ba64b2c33 /sound/soc/amd | |
parent | aefe7a8e268742ec9183f94e1380873802961c33 (diff) | |
parent | 13f58267cda3d6946c8f4de368ad5d4a003baa61 (diff) | |
download | linux-stable-7a27dbf7b1f95de8c8f609753e4167cf4bbddfe6.tar.gz linux-stable-7a27dbf7b1f95de8c8f609753e4167cf4bbddfe6.tar.bz2 linux-stable-7a27dbf7b1f95de8c8f609753e4167cf4bbddfe6.zip |
ASoC: don't use original dummy dlc
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
"Empty" dlc might be used on Platform, but "dummy" dlc is not needed
for it. [PATCH 1/5][PATCH 2/5] removes "dummy" dlc from Platform.
Now ASoC have common dummy dlc (= snd_soc_dummy_dlc).
[PATCH 3/5][PATCH 4/5] will use it instead of original dummy dlc.
Many drivers are using below macro
SND_SOC_DAILINK_DEFS(link,
DAILINK_COMP_ARRAY(COMP_CPU(...)),
(X) DAILINK_COMP_ARRAY(COMP_DUMMY()),
DAILINK_COMP_ARRAY(COMP_EMPTY()));
But (X) part will create original dummy dlc.
[PATCH 5/5] will try not to create original dummy dlc, and replace
it to common dummy dlc.
Diffstat (limited to 'sound/soc/amd')
0 files changed, 0 insertions, 0 deletions