Skip to content

Commit f847a61

Browse files
plbossartroxanan1996
authored andcommitted
ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk
BugLink: https://bugs.launchpad.net/bugs/2075154 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 <[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]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Manuel Diewald <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent e49b216 commit f847a61

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
@@ -436,8 +436,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
436436
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C0F")
437437
},
438438
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
439-
RT711_JD2 |
440-
SOF_SDW_FOUR_SPK),
439+
RT711_JD2),
441440
},
442441
{
443442
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)