]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ASoC: blackfin: Fix missing break
authorTakashi Iwai <tiwai@suse.de>
Wed, 13 Nov 2013 16:15:00 +0000 (17:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2013 18:50:14 +0000 (10:50 -0800)
commit afed4dbe3a043dbd833a53b6b4951e155708afd2 upstream.

Fixes: 4b2ffc205cb9 ('ASoC: Blackfin I2S: add 8-bit sample support')
Reported-by: David Binderman
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/blackfin/bf5xx-i2s.c

index 4dccf0374fe744fd54aaf379caf92e3eec5feda6..f59a961b6bbd120e89fee938330dfbdd79304cda 100644 (file)
@@ -111,6 +111,7 @@ static int bf5xx_i2s_hw_params(struct snd_pcm_substream *substream,
                bf5xx_i2s->tcr2 |= 7;
                bf5xx_i2s->rcr2 |= 7;
                sport_handle->wdsize = 1;
+               break;
        case SNDRV_PCM_FORMAT_S16_LE:
                bf5xx_i2s->tcr2 |= 15;
                bf5xx_i2s->rcr2 |= 15;