aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2022-08-15 18:58:18 +0200
committerMark Brown <broonie@kernel.org>2022-08-16 13:08:04 +0100
commita25e1183ea2d0feb068794adf0249919ea7e0d8c (patch)
tree9e6e0e93064648ec7159c14bdd8054841aa56b01 /include/sound
parentASoC: Intel: catpt: Drop SND_SOC_ACPI_INTEL_MATCH dependency (diff)
downloadlinux-dev-a25e1183ea2d0feb068794adf0249919ea7e0d8c.tar.xz
linux-dev-a25e1183ea2d0feb068794adf0249919ea7e0d8c.zip
ASoC: Intel: Drop legacy HSW/BDW board-match information
With board-matching information for legacy solution moved to local directory, there is no need to expose it globally. Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20220815165818.3050649-5-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc-acpi-intel-match.h1
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 bc7fd46ec2bc..14d783952548 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[];