aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-01-12 17:50:06 +0100
committerTakashi Iwai <tiwai@suse.de>2010-01-12 17:50:06 +0100
commitf59bb4b64eca0fa906f51f25a05054f11de94f92 (patch)
treea68fc3e209905fe8f2a73db317a016a29ebface5 /sound
parentMerge branch 'fix/hda' into for-linus (diff)
parentASoC: Fix WM8350 DSP mode B configuration (diff)
downloadlinux-dev-f59bb4b64eca0fa906f51f25a05054f11de94f92.tar.xz
linux-dev-f59bb4b64eca0fa906f51f25a05054f11de94f92.zip
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8350.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c
index ebbf11b653a4..718ef912e758 100644
--- a/sound/soc/codecs/wm8350.c
+++ b/sound/soc/codecs/wm8350.c
@@ -925,7 +925,7 @@ static int wm8350_set_dai_fmt(struct snd_soc_dai *codec_dai, unsigned int fmt)
iface |= 0x3 << 8;
break;
case SND_SOC_DAIFMT_DSP_B:
- iface |= 0x3 << 8; /* lg not sure which mode */
+ iface |= 0x3 << 8 | WM8350_AIF_LRCLK_INV;
break;
default:
return -EINVAL;