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

Commit f88c2cdf authored by Fred Oh's avatar Fred Oh Committed by Matt Wagantall
Browse files

ASoC: msm: qdsp6v2: avoid same mixer control name with stream channel map



Stream channel mapping mixer control has same name with device channel
map. Nename control name to clarify where it apply the mapping.

Change-Id: I6553e7ab209007bcd0dc03d05c8a42d584941e6f
Signed-off-by: default avatarFred Oh <fred@codeaurora.org>
CRs-fixed: 811371
parent 361b1820
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -542,7 +542,7 @@ static const struct snd_kcontrol_new sec_auxpcm_lb_vol_mixer_controls[] = {
};

static const struct snd_kcontrol_new multi_ch_channel_map_mixer_controls[] = {
	SOC_SINGLE_MULTI_EXT("Playback Channel Map", SND_SOC_NOPM, 0, 16,
	SOC_SINGLE_MULTI_EXT("Playback Device Channel Map", SND_SOC_NOPM, 0, 16,
	0, 8, msm_qti_pp_get_channel_map_mixer,
	msm_qti_pp_put_channel_map_mixer),
};