diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-01-12 17:50:06 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-01-12 17:50:06 +0100 |
commit | f59bb4b64eca0fa906f51f25a05054f11de94f92 (patch) | |
tree | a68fc3e209905fe8f2a73db317a016a29ebface5 /sound | |
parent | c96350a298cf5ffab6eb340ced92418cbb699da4 (diff) | |
parent | 5ee518ecbcb5934e284ea51a19a939c891f5f7ea (diff) | |
download | op-kernel-dev-f59bb4b64eca0fa906f51f25a05054f11de94f92.zip op-kernel-dev-f59bb4b64eca0fa906f51f25a05054f11de94f92.tar.gz |
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8350.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c index ebbf11b..718ef91 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; |