diff options
author | 2023-12-19 16:45:51 +0000 | |
---|---|---|
committer | 2023-12-19 16:45:51 +0000 | |
commit | 7a27dbf7b1f95de8c8f609753e4167cf4bbddfe6 (patch) | |
tree | d897b7fab91ecb13ea5638487f0d1a5ba64b2c33 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | GPIO inclusion fixes to misc sound drivers (diff) | |
parent | ASoC: soc.h: don't create dummy Component via COMP_DUMMY() (diff) | |
download | wireguard-linux-7a27dbf7b1f95de8c8f609753e4167cf4bbddfe6.tar.xz wireguard-linux-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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions