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

Commit e804f4fe authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: mpq8092: Enable msm-hdmi-audio-codec-rx codec driver for mpq8092"

parents 5ba82dc7 2bd648f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
/* 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
 * 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
 * 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",
		.cpu_dai_name = "msm-dai-q6-hdmi.8",
		.platform_name = "msm-pcm-routing",
		.platform_name = "msm-pcm-routing",
/*Update the codecs once the HDMI entry is in the dtsi file*/
/*Update the codecs once the HDMI entry is in the dtsi file*/
		.codec_name     = "msm-stub-codec.1",
		.codec_name     = "msm-hdmi-audio-codec-rx",
		.codec_dai_name = "msm-stub-rx",
		.codec_dai_name = "msm_hdmi_audio_codec_rx_dai",
		.no_pcm = 1,
		.no_pcm = 1,
		.be_id = MSM_BACKEND_DAI_HDMI_RX,
		.be_id = MSM_BACKEND_DAI_HDMI_RX,
		.be_hw_params_fixup = mpq8092_hdmi_be_hw_params_fixup,
		.be_hw_params_fixup = mpq8092_hdmi_be_hw_params_fixup,