Skip to content

Commit ca277a1

Browse files
committed
ASoC: Intel: sdw_711_rt1308_rt715: fix DMIC DAI on DELL XPS
With some slave aggregated for speaker, BE DAI ID 3 is not used now. DMIC DAI needs to be fixed at 4 to align with topology. Signed-off-by: randerwang <rander.wang@linux.intel.com>
1 parent ddd8e57 commit ca277a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sound/soc/intel/boards/sdw_rt711_rt1308_rt715.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ static const struct dmi_system_id sof_sdw_rt711_rt1308_rt715_quirk_table[] = {
241241
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
242242
DMI_MATCH(DMI_PRODUCT_NAME, "XPS"),
243243
},
244-
.driver_data = (void *)(SOF_RT711_JD_SRC_JD2),
244+
.driver_data = (void *)(SOF_RT711_JD_SRC_JD2 |
245+
SOF_RT715_DAI_ID_FIX),
245246
},
246247
{
247248
.callback = sof_rt711_rt1308_rt715_quirk_cb,

0 commit comments

Comments
 (0)