ASoC: mpq8064: Update the dai link order
Update the dai link order so that the PCM port ID
for HDMI Hostless DAI is the same as the other
platform.
Change-Id: Ib9b33a77deb7ec3a5f69e51630f25ba6df54d49a
Signed-off-by: Kuirong Wang <kuirongw@codeaurora.org>
diff --git a/sound/soc/msm/mpq8064.c b/sound/soc/msm/mpq8064.c
index 50f527f..14f4f61 100644
--- a/sound/soc/msm/mpq8064.c
+++ b/sound/soc/msm/mpq8064.c
@@ -1219,18 +1219,6 @@
.ignore_suspend = 1,
/* .be_id = do not care */
},
- /* MI2S TX Hostless */
- {
- .name = "MI2S_TX Hostless",
- .stream_name = "MI2S_TX Hostless",
- .cpu_dai_name = "MI2S_TX_HOSTLESS",
- .platform_name = "msm-pcm-hostless",
- .dynamic = 1,
- .dsp_link = &tx_hl_media,
- .no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
- .no_codec = 1,
- .ignore_suspend = 1,
- },
/* HDMI Hostless */
{
.name = "HDMI_RX_HOSTLESS",
@@ -1243,6 +1231,18 @@
.no_codec = 1,
.ignore_suspend = 1,
},
+ /* MI2S TX Hostless */
+ {
+ .name = "MI2S_TX Hostless",
+ .stream_name = "MI2S_TX Hostless",
+ .cpu_dai_name = "MI2S_TX_HOSTLESS",
+ .platform_name = "msm-pcm-hostless",
+ .dynamic = 1,
+ .dsp_link = &tx_hl_media,
+ .no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
+ .no_codec = 1,
+ .ignore_suspend = 1,
+ },
/* Secondary I2S RX Hostless */
{
.name = "SEC_I2S_RX Hostless",