Skip to content

Commit 3cddc86

Browse files
committed
ASoC: Intel: sof_rt5682: add product name for Rex board
Add additional DMI_PRODUCT_NAME "Rex" in order to separate Rex board from other variants. Signed-off-by: Mac Chiang <mac.chiang@intel.com> Signed-off-by: Rui Zhou <zhourui@huaqin.corp-partner.google.com>
1 parent 7facf22 commit 3cddc86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/intel/boards/sof_rt5682.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = {
243243
.callback = sof_rt5682_quirk_cb,
244244
.matches = {
245245
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Rex"),
246+
DMI_MATCH(DMI_PRODUCT_NAME, "Rex"),
246247
},
247248
.driver_data = (void *)(SOF_RT5682_MCLK_EN |
248249
SOF_RT5682_SSP_CODEC(2) |

0 commit comments

Comments
 (0)