diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-26 14:08:05 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-26 14:08:05 +0000 |
commit | 5f948722cd2f797bb2ce7684e72336a5edd149a6 (patch) | |
tree | a34fb8c489ac8cef5487cf67450dd86e364df336 /sound | |
parent | ff6550104ce4a4a388f2ba5ae40ad05939416f13 (diff) | |
parent | 4e38b745af76cdd93bca33258e1e33a23458f92c (diff) | |
download | linux-5f948722cd2f797bb2ce7684e72336a5edd149a6.tar.gz linux-5f948722cd2f797bb2ce7684e72336a5edd149a6.tar.bz2 linux-5f948722cd2f797bb2ce7684e72336a5edd149a6.zip |
Merge remote-tracking branch 'asoc/fix/si476x' into asoc-next
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/si476x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/si476x.c b/sound/soc/codecs/si476x.c index f2d61a187830..566ea3256e2d 100644 --- a/sound/soc/codecs/si476x.c +++ b/sound/soc/codecs/si476x.c @@ -159,6 +159,7 @@ static int si476x_codec_hw_params(struct snd_pcm_substream *substream, switch (params_format(params)) { case SNDRV_PCM_FORMAT_S8: width = SI476X_PCM_FORMAT_S8; + break; case SNDRV_PCM_FORMAT_S16_LE: width = SI476X_PCM_FORMAT_S16_LE; break; |