diff options
author | Kuninori Morimoto <[email protected]> | 2022-10-19 00:35:57 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-10-19 13:05:25 +0100 |
commit | 86b94c396bb25459affbf1160ee1efaa61e38be2 (patch) | |
tree | c3784719504d1809dbd5cd1ee14aefa8c4049881 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fd65e099235f99415178484b328cc230ad021d18 (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]>
Reviewed-by: Amadeusz Sławiński <[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-postgresql.py')
0 files changed, 0 insertions, 0 deletions