diff options
author | Mark Brown <broonie@kernel.org> | 2018-08-09 16:47:05 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-09 16:47:05 +0300 |
commit | 4aa5db22d35588e1a5d2ee88472348ea73d9fb23 (patch) | |
tree | 67c98488983a71305e24940930d6e27a96d54db2 /sound/soc/codecs/wm9081.c | |
parent | 6c084839877666d987ff8bc4e0facd3c02d99d61 (diff) | |
parent | f2cf0ef7c0ce141bb38f315c34c56e6ef5667a27 (diff) | |
download | linux-4aa5db22d35588e1a5d2ee88472348ea73d9fb23.tar.xz |
Merge branch 'asoc-4.19' into asoc-next
Diffstat (limited to 'sound/soc/codecs/wm9081.c')
-rw-r--r-- | sound/soc/codecs/wm9081.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 5a0ea7b3c149..399255d1f78a 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c @@ -933,6 +933,7 @@ static int wm9081_set_dai_fmt(struct snd_soc_dai *dai, switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { case SND_SOC_DAIFMT_DSP_B: aif2 |= WM9081_AIF_LRCLK_INV; + /* fall through */ case SND_SOC_DAIFMT_DSP_A: aif2 |= 0x3; break; |