]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ASoC: qcom: Use snd_pcm_stop_xrun() helper
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 Jul 2018 14:01:44 +0000 (16:01 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 4 Jul 2018 14:41:34 +0000 (15:41 +0100)
commit1a42e7e3aff1aa4789378020318dff7432317d25
treed3f8c79ea63e75c46c6d62f2c0139bba38a0c964
parentdae35d1f4f7dab9ccef20037df91c43e680bad0f
ASoC: qcom: Use snd_pcm_stop_xrun() helper

The XRUN trigger from the driver should be done via
snd_pcm_stop_xrun().  It fixes the missing stream locking as a gratis,
too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/lpass-platform.c