diff options
| -rw-r--r-- | sound/soc/codecs/wm8940.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c index dc5cb3150857..de9ec9b8b7d9 100644 --- a/sound/soc/codecs/wm8940.c +++ b/sound/soc/codecs/wm8940.c | |||
| @@ -621,7 +621,7 @@ static int wm8940_set_dai_clkdiv(struct snd_soc_dai *codec_dai, | |||
| 621 | 621 | ||
| 622 | switch (div_id) { | 622 | switch (div_id) { |
| 623 | case WM8940_BCLKDIV: | 623 | case WM8940_BCLKDIV: |
| 624 | reg = snd_soc_read(codec, WM8940_CLOCK) & 0xFFEF3; | 624 | reg = snd_soc_read(codec, WM8940_CLOCK) & 0xFFE3; |
| 625 | ret = snd_soc_write(codec, WM8940_CLOCK, reg | (div << 2)); | 625 | ret = snd_soc_write(codec, WM8940_CLOCK, reg | (div << 2)); |
| 626 | break; | 626 | break; |
| 627 | case WM8940_MCLKDIV: | 627 | case WM8940_MCLKDIV: |
