Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f59bb4b6 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

Merge branch 'fix/asoc' into for-linus

parents c96350a2 5ee518ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;