aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2020-10-30 10:01:15 +0900
committerMark Brown <[email protected]>2020-11-10 14:25:59 +0000
commiteb84959ab8c0ca2897e69575110bdaaf2d532eb7 (patch)
treeb706617a0c706bff7240169524098e68e1628b8b /tools/perf/scripts/python/bin
parent354e592a506cf565dd5ece755150f50d52b69050 (diff)
ASoC: soc-compress: tidyup STREAM vs COMPRESS
snd_soc_runtime_activate() and snd_soc_dai_digital_mute() need SNDRV_PCM_STREAM_xxx instead of SND_COMPRESS_xxx. These are bug but nothing happen because these are same value. enum { SNDRV_PCM_STREAM_PLAYBACK = 0, SNDRV_PCM_STREAM_CAPTURE, ... }; enum snd_compr_direction { SND_COMPRESS_PLAYBACK = 0, SND_COMPRESS_CAPTURE }; This patch tidyup it. 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/bin')
0 files changed, 0 insertions, 0 deletions