diff options
author | Kai Vehmanen <kai.vehmanen@linux.intel.com> | 2020-12-09 16:31:01 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-09 17:52:04 +0100 |
commit | 4c8a4cab331d53fad39f3c5823428d8cea92d994 (patch) | |
tree | 779c3da4b55ce6ed5e46a06dbe8121c9c14532c8 /sound/soc/intel/common/Makefile | |
parent | Merge series "ASoC: soc-pcm: trigger cleanup" from Kuninori Morimoto <kuninor... (diff) | |
download | linux-4c8a4cab331d53fad39f3c5823428d8cea92d994.tar.xz linux-4c8a4cab331d53fad39f3c5823428d8cea92d994.zip |
ASoC: Intel: common: add ACPI matching tables for Alder Lake
Initial support for ADL w/ RT711
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20201209153102.3028310-1-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/Makefile')
-rw-r--r-- | sound/soc/intel/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/Makefile b/sound/soc/intel/common/Makefile index 64468fe9c513..12a205ccdeeb 100644 --- a/sound/soc/intel/common/Makefile +++ b/sound/soc/intel/common/Makefile @@ -8,7 +8,7 @@ snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-m soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match.o \ soc-acpi-intel-cml-match.o soc-acpi-intel-icl-match.o \ soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \ - soc-acpi-intel-jsl-match.o \ + soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \ soc-acpi-intel-hda-match.o obj-$(CONFIG_SND_SOC_INTEL_SST) += snd-soc-sst-dsp.o snd-soc-sst-ipc.o |