diff options
author | Kuninori Morimoto <[email protected]> | 2022-10-17 23:36:27 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-10-18 19:16:35 +0100 |
commit | 03e13efbb2113412ae7879258a82bdae86fc72e2 (patch) | |
tree | 072b2a19e24d1a6231a4c8c96d4b4ad31cd52cec /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a474dce8aa95752eed03436515e80425f630a9da (diff) |
ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widget
Current ASoC has snd_soc_dapm_wcache, but its member is only
snd_soc_dapm_widget.
struct snd_soc_dapm_wcache {
struct snd_soc_dapm_widget *widget;
};
It is no meaning for now, and makes code unreadable.
This patch replace snd_soc_dapm_wcache to snd_soc_dapm_widget directly.
Signed-off-by: Kuninori Morimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions