ASoC: Intel: sof-soundwire: add support for rt5682 on link2
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 21 Aug 2020 19:55:50 +0000 (14:55 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 24 Aug 2020 12:41:26 +0000 (13:41 +0100)
The UpExtreme board provides support for SoundWire link2 in 2 of the 3
advanced modes. Let's use it w/ rt5682.

Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200821195603.215535-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_sdw.c

index 4bc1ed75700966370368db31249538def7fb9b3d..100c0a83a6ad7a2d8124990f4dfb42f2755d68be 100644 (file)
@@ -173,6 +173,11 @@ static struct snd_soc_codec_conf codec_conf[] = {
                .dlc = COMP_CODEC_CONF("sdw:0:25d:5682:0"),
                .name_prefix = "rt5682",
        },
+       /* rt5682 on link2 */
+       {
+               .dlc = COMP_CODEC_CONF("sdw:2:25d:5682:0"),
+               .name_prefix = "rt5682",
+       },
 };
 
 static struct snd_soc_dai_link_component dmic_component[] = {