projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9645083
)
ASoC: blackfin: Fix missing break
author
Takashi Iwai
<tiwai@suse.de>
Wed, 13 Nov 2013 16:15:00 +0000
(17:15 +0100)
committer
Mark Brown
<broonie@linaro.org>
Wed, 13 Nov 2013 16:47:42 +0000
(16:47 +0000)
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>
Cc: stable@vger.kernel.org
sound/soc/blackfin/bf5xx-i2s.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/blackfin/bf5xx-i2s.c
b/sound/soc/blackfin/bf5xx-i2s.c
index 9a174fc47d39b38b0bf3ddfbd18f8367136744c4..39d774839b3ec064758604fbac83d5bfed2755bc 100644
(file)
--- 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;