]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Mar 2020 06:18:40 +0000 (07:18 +0100)
commit5b87ae948d1510dfd5045745a0f65777a77649f8
treee2f8014116c9f259751fb2ed9ea8ec021d0ac2e7
parentbea35f0e68abd4c77f51ae7e0460c5c2fbc5c9db
ASoC: soc-component: tidyup snd_soc_pcm_component_sync_stop()

commit f1861a7c58ba1ba43c7adff6909d9a920338e4a8 upstream.

commit 1e5ddb6ba73894 ("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 1e5ddb6ba73894 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/soc-component.c