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

Commit ae5aa796 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: Avoid wrong decimator connection"

parents a07f2c60 8115d611
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -11478,10 +11478,10 @@ static int tasha_set_decimator_rate(struct snd_soc_dai *dai,
	struct tasha_priv *tasha = snd_soc_codec_get_drvdata(codec);
	struct tasha_priv *tasha = snd_soc_codec_get_drvdata(codec);
	u32 tx_port;
	u32 tx_port;
	u8 shift, shift_val, tx_mux_sel;
	u8 shift, shift_val, tx_mux_sel;
	int decimator = -1;
	u16 tx_port_reg, tx_fs_reg;
	u16 tx_port_reg, tx_fs_reg;


	list_for_each_entry(ch, &tasha->dai[dai->id].wcd9xxx_ch_list, list) {
	list_for_each_entry(ch, &tasha->dai[dai->id].wcd9xxx_ch_list, list) {
		int decimator = -1;
		tx_port = ch->port;
		tx_port = ch->port;
		dev_dbg(codec->dev, "%s: dai->id = %d, tx_port = %d",
		dev_dbg(codec->dev, "%s: dai->id = %d, tx_port = %d",
			__func__, dai->id, tx_port);
			__func__, dai->id, tx_port);