diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-11-11 16:28:59 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-12 12:09:36 +0000 |
commit | 1f24d93c4f4ec0bb0b73c5b020060aa2d9faa756 (patch) | |
tree | 422392e333e6385e885f6751457cb3b1f3ed9346 /sound/soc/intel/common/Makefile | |
parent | 13409d27cb39fb1dfcb28418a9bc3d26907e1dbc (diff) | |
download | linux-stable-1f24d93c4f4ec0bb0b73c5b020060aa2d9faa756.tar.gz linux-stable-1f24d93c4f4ec0bb0b73c5b020060aa2d9faa756.tar.bz2 linux-stable-1f24d93c4f4ec0bb0b73c5b020060aa2d9faa756.zip |
ASoC: Intel: acpi-match: split CNL tables in three
Due to firmware manifest/signature differences, we have to use
different firmware names, so split CNL machine table in three (CNL,
CFL, CML).
The CFL table is currently empty since all known platforms use
HDaudio, but let's plan ahead.
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191111222901.19892-2-pierre-louis.bossart@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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/intel/common/Makefile b/sound/soc/intel/common/Makefile index eafe95ead49b..bd352878f89a 100644 --- a/sound/soc/intel/common/Makefile +++ b/sound/soc/intel/common/Makefile @@ -7,7 +7,8 @@ snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-m soc-acpi-intel-hsw-bdw-match.o \ soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \ soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \ - soc-acpi-intel-cnl-match.o soc-acpi-intel-icl-match.o \ + 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-hda-match.o |