Skip to content

Commit 0bab4cf

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk
Two independent GitHub PRs let to the addition of one quirk after it was removed.. Fixes: b10cb95 ("ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F") Reviewed-by: Bard Liao <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6be269d commit 0bab4cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
421421
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C0F")
422422
},
423423
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
424-
RT711_JD2 |
425-
SOF_SDW_FOUR_SPK),
424+
RT711_JD2),
426425
},
427426
{
428427
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)