mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 02:15:57 +00:00
ASoC: SOF: Remove unused Broxton PCI ID
Current code references 0x1a98 which is BXT-M (not -T as it is commented) and it's an RVP, BXT-M B0 to be specific. From what we know no BXT is available on market. Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mark Brown <broonie@kernel.org> Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com> Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Link: https://lore.kernel.org/r/20230717114511.484999-4-amadeuszx.slawinski@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
2407c45329
commit
e9207825c8
@ -53,13 +53,6 @@ static const struct config_entry config_table[] = {
|
|||||||
.device = 0x119a,
|
.device = 0x119a,
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
/* Broxton-T */
|
|
||||||
#if IS_ENABLED(CONFIG_SND_SOC_SOF_APOLLOLAKE)
|
|
||||||
{
|
|
||||||
.flags = FLAG_SOF,
|
|
||||||
.device = 0x1a98,
|
|
||||||
},
|
|
||||||
#endif
|
|
||||||
/*
|
/*
|
||||||
* Apollolake (Broxton-P)
|
* Apollolake (Broxton-P)
|
||||||
* the legacy HDAudio driver is used except on Up Squared (SOF) and
|
* the legacy HDAudio driver is used except on Up Squared (SOF) and
|
||||||
|
@ -87,8 +87,6 @@ static const struct sof_dev_desc glk_desc = {
|
|||||||
static const struct pci_device_id sof_pci_ids[] = {
|
static const struct pci_device_id sof_pci_ids[] = {
|
||||||
{ PCI_DEVICE(0x8086, 0x5a98), /* BXT-P (ApolloLake) */
|
{ PCI_DEVICE(0x8086, 0x5a98), /* BXT-P (ApolloLake) */
|
||||||
.driver_data = (unsigned long)&bxt_desc},
|
.driver_data = (unsigned long)&bxt_desc},
|
||||||
{ PCI_DEVICE(0x8086, 0x1a98),/* BXT-T */
|
|
||||||
.driver_data = (unsigned long)&bxt_desc},
|
|
||||||
{ PCI_DEVICE(0x8086, 0x3198), /* GeminiLake */
|
{ PCI_DEVICE(0x8086, 0x3198), /* GeminiLake */
|
||||||
.driver_data = (unsigned long)&glk_desc},
|
.driver_data = (unsigned long)&glk_desc},
|
||||||
{ 0, }
|
{ 0, }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user