diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2017-01-24 21:49:09 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-02-04 13:08:02 +0100 |
commit | 111c2ae1fb46f66e1acd8b077377919954d6aa64 (patch) | |
tree | 4b1a5004cf07602b56af580d70fc534484e75b40 /sound/soc/intel | |
parent | 51e0f3c825f0f800479aa6fd2066587b425d1010 (diff) | |
download | lwn-111c2ae1fb46f66e1acd8b077377919954d6aa64.tar.gz lwn-111c2ae1fb46f66e1acd8b077377919954d6aa64.zip |
ASoC: Intel: Skylake: Add route change to rt286 machine
To support MST moved pin to port, this changes the routes based on
port. So change the route in skl_rt286 machine.
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/boards/skl_rt286.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/intel/boards/skl_rt286.c b/sound/soc/intel/boards/skl_rt286.c index dc5c3611a6ff..5e56af3a6ee3 100644 --- a/sound/soc/intel/boards/skl_rt286.c +++ b/sound/soc/intel/boards/skl_rt286.c @@ -94,9 +94,9 @@ static const struct snd_soc_dapm_route skylake_rt286_map[] = { {"DMIC1 Pin", NULL, "DMIC2"}, {"DMic", NULL, "SoC DMIC"}, - {"HDMI1", NULL, "hif5 Output"}, - {"HDMI2", NULL, "hif6 Output"}, - {"HDMI3", NULL, "hif7 Output"}, + {"HDMI1", NULL, "hif5-0 Output"}, + {"HDMI2", NULL, "hif6-0 Output"}, + {"HDMI3", NULL, "hif7-0 Output"}, /* CODEC BE connections */ { "AIF1 Playback", NULL, "ssp0 Tx"}, |