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

Commit 9460c345 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: Remove codec dai fmt config in MI2S slave mode"

parents 88f63b6d df699540
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -407,11 +407,6 @@ static int mdm_mi2s_startup(struct snd_pcm_substream *substream)
					__func__);
				goto err;
			}
			ret = snd_soc_dai_set_fmt(codec_dai,
					SND_SOC_DAIFMT_CBM_CFM);
			if (ret < 0)
				pr_err("%s Set fmt for codec dai failed\n",
					__func__);
		}
	}
err: