Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit dd18787f authored by Michael Bestas's avatar Michael Bestas
Browse files

Merge tag 'LA.UM.9.14.r1-23100-LAHAINA.QSSI14.0' of...

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

"LA.UM.9.14.r1-23100-LAHAINA.QSSI14.0"

* tag 'LA.UM.9.14.r1-23100-LAHAINA.QSSI14.0' of https://git.codelinaro.org/clo/la/platform/vendor/opensource/audio-kernel:
  Revert "asoc: msm-compress : Fix for CTS-on-gsi with gki"
  asoc: msm-compress : Fix for CTS-on-gsi with gki
  ASoC: msm-pcm-host-voice: Handle mutex lock-unlock

Change-Id: I84217298ebd04c41daa978fcd3321a3c1bd2670b
parents 66488d19 85da8668
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1035,7 +1035,7 @@ static int msm_pcm_close(struct snd_pcm_substream *substream)
		pr_err("%s, dai_data is NULL\n", __func__);

		ret = -EINVAL;
		goto done;
		return ret;
	}

	wake_up(&dai_data->queue_wait);