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

Commit c63ec8cd authored by Zhou Song's avatar Zhou Song Committed by Gerrit - the friendly Code Review server
Browse files

asoc: dsp: add missing mixer for 'TWS Channel Mode'



'TWS Channel Mode' is missed due to afe_enc_config_controls
size changed.

Change-Id: Id6a08a7b360364bc94a6786f967ccc191666cefe
Signed-off-by: default avatarZhou Song <zhous@codeaurora.org>
parent 7ce7820f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3737,6 +3737,9 @@ static int msm_dai_q6_dai_probe(struct snd_soc_dai *dai)
		rc = snd_ctl_add(dai->component->card->snd_card,
				 snd_ctl_new1(&afe_enc_config_controls[4],
				 dai));
		rc = snd_ctl_add(dai->component->card->snd_card,
				 snd_ctl_new1(&afe_enc_config_controls[5],
				 dai));
		rc = snd_ctl_add(dai->component->card->snd_card,
				snd_ctl_new1(&avd_drift_config_controls[2],
					dai));