summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Dewangan <manish@codeaurora.org>2017-05-17 07:00:05 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-17 02:28:15 -0700
commit08d60a044e195652735b4ff1dfd77b436124e993 (patch)
tree1e3a3f58ea8b396e25443550648ebceb7d8d00a0
parent5404e35069576a8cd8203065f60975e34a5f727b (diff)
ASoC: msm: qdspv2: Rename HDMI drift mixer controls
Update HDMI drift mixer controls name to be aligned with drift mixer controls for other devices(speaker, BT). CRs-Fixed: 2036899 Change-Id: If7aa29ea9511b65de71ff12143a1c34d977de2b8 Signed-off-by: Manish Dewangan <manish@codeaurora.org>
-rw-r--r--sound/soc/msm/qdsp6v2/msm-dai-q6-hdmi-v2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/msm/qdsp6v2/msm-dai-q6-hdmi-v2.c b/sound/soc/msm/qdsp6v2/msm-dai-q6-hdmi-v2.c
index 45868f508a60..a71fb74d35bc 100644
--- a/sound/soc/msm/qdsp6v2/msm-dai-q6-hdmi-v2.c
+++ b/sound/soc/msm/qdsp6v2/msm-dai-q6-hdmi-v2.c
@@ -174,7 +174,7 @@ static const struct snd_kcontrol_new hdmi_config_controls[] = {
{
.access = SNDRV_CTL_ELEM_ACCESS_READ,
.iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = "HDMI Drift",
+ .name = "HDMI DRIFT",
.info = msm_dai_q6_ext_disp_drift_info,
.get = msm_dai_q6_ext_disp_drift_get,
},
@@ -191,7 +191,7 @@ static const struct snd_kcontrol_new display_port_config_controls[] = {
{
.access = SNDRV_CTL_ELEM_ACCESS_READ,
.iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = "DISPLAY_PORT Drift",
+ .name = "DISPLAY_PORT DRIFT",
.info = msm_dai_q6_ext_disp_drift_info,
.get = msm_dai_q6_ext_disp_drift_get,
},