Skip to content

Commit

Permalink
Revert "ASoC: intel: sof_sdw: add quirk for Dell SKU"
Browse files Browse the repository at this point in the history
This reverts commit 26d18b7.
The commit is duplicated to commit d859923 ("ASoC: intel: sof_sdw:
add quirk for Dell SKU")

Signed-off-by: Bard Liao <[email protected]>
  • Loading branch information
bardliao committed Dec 3, 2024
1 parent 49e1628 commit 363d28b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sound/soc/intel/boards/sof_sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,14 +703,6 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
},
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
},
{
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0CF1")
},
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
},
{
.callback = sof_sdw_quirk_cb,
.matches = {
Expand Down

0 comments on commit 363d28b

Please sign in to comment.