]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-component: tidyup snd_soc_pcm_component_sync_stop()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 28 Feb 2020 01:48:35 +0000 (10:48 +0900)
committerMark Brown <broonie@kernel.org>
Fri, 28 Feb 2020 17:06:09 +0000 (17:06 +0000)
commit9b3fd3e43a9b89d43fc22ba1d552c0b2a86183d3
tree432f0c65c253bc436397cc2109bede656c9d36c4
parent34d247c69f5f0094b0fb61aeb929ff12c778d03f
ASoC: soc-component: tidyup snd_soc_pcm_component_sync_stop()

commit e0ea6b2264b312 ("ASoC: component: Add sync_stop PCM ops")
added snd_soc_pcm_component_sync_stop(), but it is checking
ioctrl instead of sync_stop. This is bug.
This patch fixup it.

Fixes: commit e0ea6b2264b312 ("ASoC: component: Add sync_stop PCM ops")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/8736av7a8c.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-component.c