[PATCH 03/14] ASoC: Intel: sof-soundwire: add support for rt5682 on link2
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Fri Aug 21 21:55:50 CEST 2020
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 at linux.intel.com>
Reviewed-by: Rander Wang <rander.wang at linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
---
sound/soc/intel/boards/sof_sdw.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index 4bc1ed757009..100c0a83a6ad 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -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[] = {
--
2.25.1
More information about the Alsa-devel
mailing list