diff options
author | Takashi Iwai <tiwai@suse.de> | 2023-08-28 16:56:54 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-08-28 16:56:54 +0200 |
commit | d81c203e61780f3635e5eddd03f00d8bdcd7c3df (patch) | |
tree | 8bdb6c1232d2c95c9ebd51e28941703e15bc3614 /sound/soc/soc-compress.c | |
parent | ASoC: dwc: i2s: Fix unused functions (diff) | |
parent | ASoC: tegra: Fix SFC conversion for few rates (diff) | |
download | linux-d81c203e61780f3635e5eddd03f00d8bdcd7c3df.tar.xz linux-d81c203e61780f3635e5eddd03f00d8bdcd7c3df.zip |
Merge tag 'asoc-fix-v6.5-merge-window' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes that got left after v6.4
These were some changes in my v6.4 branch that never got sent as fixes,
none of them super urgent thankfully.
Diffstat (limited to 'sound/soc/soc-compress.c')
-rw-r--r-- | sound/soc/soc-compress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-compress.c b/sound/soc/soc-compress.c index 02fdb683f75f..b58921e7921f 100644 --- a/sound/soc/soc-compress.c +++ b/sound/soc/soc-compress.c @@ -193,6 +193,7 @@ open_err: snd_soc_dai_compr_shutdown(cpu_dai, cstream, 1); out: dpcm_path_put(&list); + snd_soc_dpcm_mutex_unlock(fe); be_err: fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; snd_soc_card_mutex_unlock(fe->card); |