diff options
author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2023-05-12 12:32:59 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-15 20:11:54 +0900 |
commit | 0db94947c9d3da16aa31d152b7d26fab78b02cb9 (patch) | |
tree | 85f40ecb234c0e481348a03242098604a6551aa6 /sound/soc | |
parent | 8899672f8847f1ac7767b1431266c01741047e37 (diff) | |
download | linux-next-0db94947c9d3da16aa31d152b7d26fab78b02cb9.tar.gz |
ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices
Topologies support three HDMI links on MeteorLake devices only.
Fixes: 18489174e4fb ("ASoC: intel: sof_sdw: add RT711 SDCA card for MTL platform")
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com
Link: https://lore.kernel.org/r/20230512173305.65399-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/intel/boards/sof_sdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c index c845a5cf7f4d..5ab1df4cc927 100644 --- a/sound/soc/intel/boards/sof_sdw.c +++ b/sound/soc/intel/boards/sof_sdw.c @@ -413,7 +413,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = { .matches = { DMI_MATCH(DMI_PRODUCT_FAMILY, "Intel_mtlrvp"), }, - .driver_data = (void *)(RT711_JD1 | SOF_SDW_TGL_HDMI), + .driver_data = (void *)(RT711_JD1), }, {} }; |