diff options
author | Kuninori Morimoto <[email protected]> | 2022-09-20 06:32:36 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-09-20 12:19:32 +0100 |
commit | 3289dc026a8cf5d6469eb49d838bc971f4370f9d (patch) | |
tree | 6593217754f01775ce4b33b6cde838d8f114bcc1 /tools/perf/scripts/python/Perf-Trace-Util | |
parent | a26ec2acb2043a52c41d2b651b30d2df475f4263 (diff) |
ASoC: soc.h: use array instead of playback/capture_widget
snd_soc_pcm_runtime has playback/capture_widget for Codec2Coddec.
The naming is unclear.
This patch names it as c2c_widget and uses array.
struct snd_soc_pcm_runtime {
...
=> struct snd_soc_dapm_widget *playback_widget;
=> struct snd_soc_dapm_widget *capture_widget;
...
}
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/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions