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 <yung-chuan.liao@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20240426152123.36284-10-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6be269d commit 0bab4cf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)