Skip to content

Commit

Permalink
ASoC: Intel: sof_sdw: add quirk for MTL RVP
Browse files Browse the repository at this point in the history
[ Upstream commit 289e1df ]

We should use RT711_JD2_100K for on board rt711.

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-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
bardliao authored and gregkh committed Aug 23, 2023
1 parent ce3288d commit 3f498ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sound/soc/intel/boards/sof_sdw.c
Expand Up @@ -374,6 +374,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
},
.driver_data = (void *)(RT711_JD1),
},
{
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
DMI_MATCH(DMI_PRODUCT_NAME, "Meteor Lake Client Platform"),
},
.driver_data = (void *)(RT711_JD2_100K),
},
{}
};

Expand Down

0 comments on commit 3f498ae

Please sign in to comment.