mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-01 12:04:08 +00:00
Merge branch 'fix/asoc' into for-linus
This commit is contained in:
commit
f59bb4b64e
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ static int wm8350_set_dai_fmt(struct snd_soc_dai *codec_dai, unsigned int fmt)
|
||||||
iface |= 0x3 << 8;
|
iface |= 0x3 << 8;
|
||||||
break;
|
break;
|
||||||
case SND_SOC_DAIFMT_DSP_B:
|
case SND_SOC_DAIFMT_DSP_B:
|
||||||
iface |= 0x3 << 8; /* lg not sure which mode */
|
iface |= 0x3 << 8 | WM8350_AIF_LRCLK_INV;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue