Commit 39860fe0 authored by Kai Vehmanen's avatar Kai Vehmanen Committed by Mark Brown
parent 57c412d4
...@@ -213,7 +213,7 @@ static const struct sof_dev_desc icl_desc = { ...@@ -213,7 +213,7 @@ static const struct sof_dev_desc icl_desc = {
}; };
#endif #endif
#if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE) #if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE) || IS_ENABLED(CONFIG_SND_SOC_SOF_ALDERLAKE)
static const struct sof_dev_desc tgl_desc = { static const struct sof_dev_desc tgl_desc = {
.machines = snd_soc_acpi_intel_tgl_machines, .machines = snd_soc_acpi_intel_tgl_machines,
.alt_machines = snd_soc_acpi_intel_tgl_sdw_machines, .alt_machines = snd_soc_acpi_intel_tgl_sdw_machines,
...@@ -230,7 +230,9 @@ static const struct sof_dev_desc tgl_desc = { ...@@ -230,7 +230,9 @@ static const struct sof_dev_desc tgl_desc = {
.nocodec_tplg_filename = "sof-tgl-nocodec.tplg", .nocodec_tplg_filename = "sof-tgl-nocodec.tplg",
.ops = &sof_tgl_ops, .ops = &sof_tgl_ops,
}; };
#endif
#if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE)
static const struct sof_dev_desc tglh_desc = { static const struct sof_dev_desc tglh_desc = {
.machines = snd_soc_acpi_intel_tgl_machines, .machines = snd_soc_acpi_intel_tgl_machines,
.alt_machines = snd_soc_acpi_intel_tgl_sdw_machines, .alt_machines = snd_soc_acpi_intel_tgl_sdw_machines,
...@@ -517,6 +519,8 @@ static const struct pci_device_id sof_pci_ids[] = { ...@@ -517,6 +519,8 @@ static const struct pci_device_id sof_pci_ids[] = {
#if IS_ENABLED(CONFIG_SND_SOC_SOF_ALDERLAKE) #if IS_ENABLED(CONFIG_SND_SOC_SOF_ALDERLAKE)
{ PCI_DEVICE(0x8086, 0x7ad0), { PCI_DEVICE(0x8086, 0x7ad0),
.driver_data = (unsigned long)&adls_desc}, .driver_data = (unsigned long)&adls_desc},
{ PCI_DEVICE(0x8086, 0x51c8),
.driver_data = (unsigned long)&tgl_desc},
#endif #endif
{ 0, } { 0, }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment