Skip to content

Commit

Permalink
acpi: blacklist: update quirk for Dell XPS13 w/ SOF
Browse files Browse the repository at this point in the history
Use CONFIG_SND_SOC_SOF_BROADWELL (CONFIG_SND_SOC_SOF_INTEL no longer
exists)

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Dec 19, 2018
1 parent e6b4d64 commit cac0c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/blacklist.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static int __init dmi_enable_rev_override(const struct dmi_system_id *d)

static const struct dmi_system_id acpi_rev_dmi_table[] __initconst = {
#ifdef CONFIG_ACPI_REV_OVERRIDE_POSSIBLE
#if !IS_ENABLED(CONFIG_SND_SOC_SOF_INTEL)
#if !IS_ENABLED(CONFIG_SND_SOC_SOF_BROADWELL)
/*
* DELL XPS 13 (2015) switches sound between HDA and I2S
* depending on the ACPI _REV callback. If userspace supports
Expand Down

0 comments on commit cac0c10

Please sign in to comment.