From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeeja.kp@intel.com Subject: [RFC 12/16] ASoC: Intel: Skylake: To support MST, add HDMI routes rt286 machine Date: Tue, 20 Sep 2016 19:16:16 +0530 Message-ID: <1474379180-7132-13-git-send-email-jeeja.kp@intel.com> References: <1474379180-7132-1-git-send-email-jeeja.kp@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by alsa0.perex.cz (Postfix) with ESMTP id 8C3422666AA for ; Tue, 20 Sep 2016 15:38:17 +0200 (CEST) In-Reply-To: <1474379180-7132-1-git-send-email-jeeja.kp@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org Cc: tiwai@suse.de, patches.audio@intel.com, broonie@kernel.org, liam.r.girdwood@intel.com, Jeeja KP List-Id: alsa-devel@alsa-project.org From: Jeeja KP Skylake platform support maximum of 3 ports per pin, so add the additional routes for rt286 machine. Signed-off-by: Jeeja KP --- sound/soc/intel/boards/skl_rt286.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sound/soc/intel/boards/skl_rt286.c b/sound/soc/intel/boards/skl_rt286.c index 367fc36..4b95e7f 100644 --- a/sound/soc/intel/boards/skl_rt286.c +++ b/sound/soc/intel/boards/skl_rt286.c @@ -96,7 +96,11 @@ static const struct snd_soc_dapm_route skylake_rt286_map[] = { {"HDMI1", NULL, "hif5-0 Output"}, {"HDMI2", NULL, "hif6-0 Output"}, + {"HDMI2", NULL, "hif6-1 Output"}, + {"HDMI2", NULL, "hif6-2 Output"}, {"HDMI3", NULL, "hif7-0 Output"}, + {"HDMI3", NULL, "hif7-1 Output"}, + {"HDMI3", NULL, "hif7-2 Output"}, /* CODEC BE connections */ { "AIF1 Playback", NULL, "ssp0 Tx"}, -- 2.5.0