diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2022-10-19 03:35:57 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-10-19 15:05:25 +0300 |
commit | 86b94c396bb25459affbf1160ee1efaa61e38be2 (patch) | |
tree | c3784719504d1809dbd5cd1ee14aefa8c4049881 /scripts/head-object-list.txt | |
parent | fd65e099235f99415178484b328cc230ad021d18 (diff) | |
download | linux-86b94c396bb25459affbf1160ee1efaa61e38be2.tar.xz |
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 <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/87a65stztf.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/head-object-list.txt')
0 files changed, 0 insertions, 0 deletions