ALSA: hda: intel-dsp-config: add Broadwell ACPI DSP driver selection
Add ACPI IDs for Broadwell (and Haswell for consistency). This addition is required for dynamic selection of drivers on those devices. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Acked-by: Takashi Iwai <tiwai@suse.de> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Rander Wang <rander.wang@linux.intel.com> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Link: https://lore.kernel.org/r/20201112223825.39765-11-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
b405b4318c
Коммит
803e591337
|
@ -466,6 +466,26 @@ static const struct config_entry acpi_config_table[] = {
|
|||
.acpi_hid = "808622A8",
|
||||
},
|
||||
#endif
|
||||
/* Broadwell */
|
||||
#if IS_ENABLED(CONFIG_SND_SOC_INTEL_CATPT)
|
||||
{
|
||||
.flags = FLAG_SST,
|
||||
.acpi_hid = "INT3438"
|
||||
},
|
||||
#endif
|
||||
#if IS_ENABLED(CONFIG_SND_SOC_SOF_BROADWELL)
|
||||
{
|
||||
.flags = FLAG_SOF,
|
||||
.acpi_hid = "INT3438"
|
||||
},
|
||||
#endif
|
||||
/* Haswell - not supported by SOF but added for consistency */
|
||||
#if IS_ENABLED(CONFIG_SND_SOC_INTEL_CATPT)
|
||||
{
|
||||
.flags = FLAG_SST,
|
||||
.acpi_hid = "INT33C8"
|
||||
},
|
||||
#endif
|
||||
};
|
||||
|
||||
static const struct config_entry *snd_intel_acpi_dsp_find_config(const u8 acpi_hid[ACPI_ID_LEN],
|
||||
|
|
Загрузка…
Ссылка в новой задаче