aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/msm/mpq8092.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/msm/mpq8092.c b/sound/soc/msm/mpq8092.c
index 6ab86824388..436cf1f5829 100644
--- a/sound/soc/msm/mpq8092.c
+++ b/sound/soc/msm/mpq8092.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -1176,8 +1176,8 @@ static struct snd_soc_dai_link mpq8092_hdmi_dai_link[] = {
.cpu_dai_name = "msm-dai-q6-hdmi.8",
.platform_name = "msm-pcm-routing",
/*Update the codecs once the HDMI entry is in the dtsi file*/
- .codec_name = "msm-stub-codec.1",
- .codec_dai_name = "msm-stub-rx",
+ .codec_name = "msm-hdmi-audio-codec-rx",
+ .codec_dai_name = "msm_hdmi_audio_codec_rx_dai",
.no_pcm = 1,
.be_id = MSM_BACKEND_DAI_HDMI_RX,
.be_hw_params_fixup = mpq8092_hdmi_be_hw_params_fixup,