summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2022-06-01 10:23:35 +0200
committerTakashi Iwai <tiwai@suse.de>2022-06-01 10:23:35 +0200
commit672362cbe6df049299c8ed0a463d89daf66b081c (patch)
treed3314303542d904f952638a1567f469c4e3a7119 /sound/soc/soc-pcm.c
parent079d93b7dba8373920ad8b50e01616ce8ab3c927 (diff)
parentab0925ab728163b854ea17da09e299254a86076e (diff)
downloadlinux-672362cbe6df049299c8ed0a463d89daf66b081c.tar.gz
linux-672362cbe6df049299c8ed0a463d89daf66b081c.tar.bz2
linux-672362cbe6df049299c8ed0a463d89daf66b081c.zip
Merge tag 'asoc-fix-v5.19-rc0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.19 A few more fixes that came in during the merge window - nothing huge here, there is one core fix for DPCM from Pierre but mostly driver changes.
Diffstat (limited to 'sound/soc/soc-pcm.c')
-rw-r--r--sound/soc/soc-pcm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index 6f43db35a5c8..a827cc3c158a 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -2128,8 +2128,6 @@ int dpcm_be_dai_trigger(struct snd_soc_pcm_runtime *fe, int stream,
else
ret = soc_pcm_trigger(be_substream,
SNDRV_PCM_TRIGGER_START);
-
- ret = soc_pcm_trigger(be_substream, cmd);
if (ret) {
be->dpcm[stream].be_start--;
goto next;