From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeeja.kp@intel.com Subject: [RFC 13/16] ASoC: Intel: Skylake: To support MST, add HDMI routes nau_max machine Date: Tue, 20 Sep 2016 19:16:17 +0530 Message-ID: <1474379180-7132-14-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 658D62666F1 for ; Tue, 20 Sep 2016 15:38:20 +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 nau88l25_max98357a machine. Signed-off-by: Jeeja KP --- sound/soc/intel/boards/skl_nau88l25_max98357a.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sound/soc/intel/boards/skl_nau88l25_max98357a.c b/sound/soc/intel/boards/skl_nau88l25_max98357a.c index 9da1b64..ac77308 100644 --- a/sound/soc/intel/boards/skl_nau88l25_max98357a.c +++ b/sound/soc/intel/boards/skl_nau88l25_max98357a.c @@ -131,7 +131,11 @@ static const struct snd_soc_dapm_route skylake_map[] = { { "DMic", NULL, "SoC DMIC" }, {"DP1", NULL, "hif5-0 Output"}, + {"DP1", NULL, "hif5-1 Output"}, + {"DP1", NULL, "hif5-2 Output"}, {"DP2", NULL, "hif6-0 Output"}, + {"DP2", NULL, "hif6-1 Output"}, + {"DP2", NULL, "hif6-2 Output"}, /* CODEC BE connections */ { "HiFi Playback", NULL, "ssp0 Tx" }, -- 2.5.0