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

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

Merge "ASoC: wcd9335: remove unnecessary sample rate check condition"

parents 0b99df51 88615cf0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2353,11 +2353,6 @@ static int tasha_codec_enable_spline_src(struct snd_soc_codec *codec,
		break;
	};

	if ((snd_soc_read(codec, rx_path_ctl_reg) & 0x0f) != 0x08) {
		dev_err(codec->dev, "%s: sample rate is not set to 44.1KHz\n",
			__func__);
		return -EINVAL;
	}
	src_users = &tasha->spl_src_users[spl_src];

	switch (event) {