diff options
author | Mark Brown <broonie@kernel.org> | 2022-08-16 18:33:11 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-16 18:33:11 +0200 |
commit | 6256547352fa21356de8d26b058e50d719ecc0d2 (patch) | |
tree | fa68af9b93305812c70fdae2e9307e30cb780f51 /include/sound | |
parent | ASoC: SOF: Intel: pci-tgl: use RPL specific firmware definitions (diff) | |
parent | ASoC: Intel: Drop legacy HSW/BDW board-match information (diff) | |
download | linux-6256547352fa21356de8d26b058e50d719ecc0d2.tar.xz linux-6256547352fa21356de8d26b058e50d719ecc0d2.zip |
ASoC: Intel: HSW and BDW updates
Merge series from Cezary Rojewski <cezary.rojewski@intel.com>:
Sharing this PR as it touches on cross-driver subjects. Four commits yet
two subject. Given the small delta, decided to combine within single PR
here.
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-acpi-intel-match.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-acpi-intel-match.h b/include/sound/soc-acpi-intel-match.h index ac750afa7bc6..82a7db23db69 100644 --- a/include/sound/soc-acpi-intel-match.h +++ b/include/sound/soc-acpi-intel-match.h @@ -14,7 +14,6 @@ * these tables are not constants, some fields can be used for * pdata or machine ops */ -extern struct snd_soc_acpi_mach snd_soc_acpi_intel_haswell_machines[]; extern struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[]; extern struct snd_soc_acpi_mach snd_soc_acpi_intel_baytrail_machines[]; extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cherrytrail_machines[]; |