summaryrefslogtreecommitdiff
path: root/sound/soc/amd
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-12-19 16:45:51 +0000
committerMark Brown <broonie@kernel.org>2023-12-19 16:45:51 +0000
commit7a27dbf7b1f95de8c8f609753e4167cf4bbddfe6 (patch)
treed897b7fab91ecb13ea5638487f0d1a5ba64b2c33 /sound/soc/amd
parentaefe7a8e268742ec9183f94e1380873802961c33 (diff)
parent13f58267cda3d6946c8f4de368ad5d4a003baa61 (diff)
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