From e801b6c01815af19b4ee9d6212018e427804a9dc Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Mon, 17 Oct 2011 20:14:56 +0800 Subject: [PATCH] --- yaml --- r: 270886 b: refs/heads/master c: 3a340104fad6ecbea5ad6792a2ea855f0507a6e0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8741.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index dd4b5f01d0c6..c7ab5f7864e6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af1c53865df2a33c02647a38660192820cbf519f +refs/heads/master: 3a340104fad6ecbea5ad6792a2ea855f0507a6e0 diff --git a/trunk/sound/soc/codecs/wm8741.c b/trunk/sound/soc/codecs/wm8741.c index a42b282e0afd..85ebe029ee17 100644 --- a/trunk/sound/soc/codecs/wm8741.c +++ b/trunk/sound/soc/codecs/wm8741.c @@ -339,10 +339,10 @@ static int wm8741_set_dai_fmt(struct snd_soc_dai *codec_dai, iface |= 0x0004; break; case SND_SOC_DAIFMT_DSP_A: - iface |= 0x0003; + iface |= 0x000C; break; case SND_SOC_DAIFMT_DSP_B: - iface |= 0x0013; + iface |= 0x001C; break; default: return -EINVAL;