From acb5ee362e2b4be40b786d53c5a38a485c5a7358 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Mon, 24 Oct 2011 11:33:55 +0800 Subject: [PATCH] --- yaml --- r: 283659 b: refs/heads/master c: bdb527e9ae038d76917a999108176c5f5be5e35e h: refs/heads/master i: 283657: 03a3dc9bcc614ce5c3726b3957bd73dd271a2db7 283655: 7bb939796cb87571ee2af5d84bf25ddb2ec73000 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8940.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b33de511c1c0..5f8202fc40b2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49fa4d9b5aeafb985abe8cb8cdf6432690c49ad3 +refs/heads/master: bdb527e9ae038d76917a999108176c5f5be5e35e diff --git a/trunk/sound/soc/codecs/wm8940.c b/trunk/sound/soc/codecs/wm8940.c index 3cc3bce61316..fec3892b234c 100644 --- a/trunk/sound/soc/codecs/wm8940.c +++ b/trunk/sound/soc/codecs/wm8940.c @@ -619,7 +619,7 @@ static int wm8940_set_dai_clkdiv(struct snd_soc_dai *codec_dai, switch (div_id) { case WM8940_BCLKDIV: - reg = snd_soc_read(codec, WM8940_CLOCK) & 0xFFEF3; + reg = snd_soc_read(codec, WM8940_CLOCK) & 0xFEF3; ret = snd_soc_write(codec, WM8940_CLOCK, reg | (div << 2)); break; case WM8940_MCLKDIV: