diff options
-rw-r--r-- | sound/soc/sh/siu_dai.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sh/siu_dai.c b/sound/soc/sh/siu_dai.c index 5452d19607e1..c86c0858d6e2 100644 --- a/sound/soc/sh/siu_dai.c +++ b/sound/soc/sh/siu_dai.c | |||
@@ -587,6 +587,8 @@ static int siu_dai_prepare(struct snd_pcm_substream *substream, | |||
587 | ret = siu_dai_spbstart(port_info); | 587 | ret = siu_dai_spbstart(port_info); |
588 | if (ret < 0) | 588 | if (ret < 0) |
589 | goto fail; | 589 | goto fail; |
590 | } else { | ||
591 | ret = 0; | ||
590 | } | 592 | } |
591 | 593 | ||
592 | port_info->play_cap |= self; | 594 | port_info->play_cap |= self; |