All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: blackfin: Fix missing break
@ 2013-11-13 16:15 Takashi Iwai
  2013-11-13 16:47 ` Mark Brown
  0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2013-11-13 16:15 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=60768
Fixes: 4b2ffc205cb9 ('ASoC: Blackfin I2S: add 8-bit sample support')
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/soc/blackfin/bf5xx-i2s.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/blackfin/bf5xx-i2s.c b/sound/soc/blackfin/bf5xx-i2s.c
index 9a174fc47d39..39d774839b3e 100644
--- a/sound/soc/blackfin/bf5xx-i2s.c
+++ b/sound/soc/blackfin/bf5xx-i2s.c
@@ -121,6 +121,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;
-- 
1.8.4.2

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-11-14 11:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 16:15 [PATCH] ASoC: blackfin: Fix missing break Takashi Iwai
2013-11-13 16:47 ` Mark Brown
2013-11-13 17:01   ` Takashi Iwai
2013-11-13 17:03     ` Takashi Iwai
2013-11-13 18:47       ` Mark Brown
2013-11-14  6:18         ` Takashi Iwai
2013-11-14 10:08           ` Mark Brown
2013-11-14 10:49             ` Takashi Iwai
2013-11-14 11:26               ` Peter Ujfalusi
2013-11-13 18:21     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.