diff options
author | Mark Brown <broonie@kernel.org> | 2022-08-16 19:33:11 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-16 19:33:11 +0300 |
commit | 6256547352fa21356de8d26b058e50d719ecc0d2 (patch) | |
tree | fa68af9b93305812c70fdae2e9307e30cb780f51 /include | |
parent | 63d375b9f2a99bb111e3fb5f3e2442a391988949 (diff) | |
parent | a25e1183ea2d0feb068794adf0249919ea7e0d8c (diff) | |
download | linux-6256547352fa21356de8d26b058e50d719ecc0d2.tar.xz |
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')
-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[]; |