Skip to content

Commit b552a47

Browse files
plbossartgregkh
authored andcommitted
ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk
commit 0bab4cf upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 56aa62f commit b552a47

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
@@ -443,8 +443,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
443443
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C0F")
444444
},
445445
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
446-
RT711_JD2 |
447-
SOF_SDW_FOUR_SPK),
446+
RT711_JD2),
448447
},
449448
{
450449
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)