]> git.baikalelectronics.ru Git - 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)
commita7c2d7d140fc4cc65a48466eeab0d36645178523
treed3f8c79ea63e75c46c6d62f2c0139bba38a0c964
parenta175244ef628ca54580e9aeeecd5444e11b74b76
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