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

Commit 8c325704 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: rt5645: Fix updating wrong register for T5645_AIF2 case



This looks like a copy-paste bug, fix it.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Tested-by: default avatarOder Chiou <oder_chiou@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 71bfa9b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1933,7 +1933,7 @@ static int rt5645_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
			RT5645_I2S_DF_MASK, reg_val);
		break;
	case RT5645_AIF2:
		snd_soc_update_bits(codec, RT5645_I2S1_SDP,
		snd_soc_update_bits(codec, RT5645_I2S2_SDP,
			RT5645_I2S_MS_MASK | RT5645_I2S_BP_MASK |
			RT5645_I2S_DF_MASK, reg_val);
		break;