diff options
| author | Kuninori Morimoto <[email protected]> | 2020-02-17 17:27:48 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2020-02-18 23:36:59 +0000 |
| commit | c2cd821603c216a6a7242b2b4c1a093051e26aaf (patch) | |
| tree | 8d1bf16aeaa443b9ab79c1893bd65a471ab6d433 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 93597fae552a35d27cd1f399ffab6a6862cf9dc3 (diff) | |
ASoC: soc-pcm: use dai_get_widget() at dpcm_end_walk_at_be()
dpcm_end_walk_at_be() has very duplicate code.
dpcm_end_walk_at_be() {
...
if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
(1) /* code for Playback */
} else {
(2) /* code for Capture */
}
}
The difference between Playback (1) and Capture (2) code is pointer only
(= "playback_widget" or "caputre_widget").
OTOH, now we already has dai_get_widget() for it.
This means we can merge (1) and (2).
This patch do it and remove duplicated code.
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions