Merge tag 'LA.UM.9.14.1.r1-12400-QCM6490.QSSI14.0' of https://git.codelinaro.org/clo/la/platform/vendor/opensource/audio-kernel into android13-5.4-lahaina

"LA.UM.9.14.1.r1-12400-QCM6490.QSSI14.0"

* tag 'LA.UM.9.14.1.r1-12400-QCM6490.QSSI14.0' of https://git.codelinaro.org/clo/la/platform/vendor/opensource/audio-kernel:
  asoc: msm-compress : Fix for CTS-on-gsi with gki

Change-Id: I63d61776981393532af5d6f7f96c2daca8349f7e
This commit is contained in:
Michael Bestas 2024-01-04 12:02:37 +02:00
commit 5972580a35
No known key found for this signature in database
GPG Key ID: CC95044519BE6669

View File

@ -2017,6 +2017,7 @@ static int msm_compr_playback_open(struct snd_compr_stream *cstream)
atomic_set(&prtd->start, 0);
atomic_set(&prtd->drain, 0);
#if !IS_ENABLED(CONFIG_AUDIO_QGKI)
snd_compr_use_pause_in_draining(cstream);
atomic_set(&prtd->partial_drain, 0);
#endif
atomic_set(&prtd->xrun, 0);