]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/soc/codecs/wm8350.c
Merge branch 'topic/misc' into for-linus
[mirror_ubuntu-artful-kernel.git] / sound / soc / codecs / wm8350.c
index ebbf11b653a4f3042708ae966c952e6ca46545da..718ef912e758463f7a8761fde11f9b68ca76a743 100644 (file)
@@ -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;