]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: acpi-match: split CNL tables in three
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 11 Nov 2019 22:28:59 +0000 (16:28 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 12 Nov 2019 12:09:36 +0000 (12:09 +0000)
commitd823c57ebd8fdc9536d9aefd8fe5c4d7114fee9d
tree422392e333e6385e885f6751457cb3b1f3ed9346
parent468e8cf0cfb139ab60632a1bee1887f6b582c370
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>
include/sound/soc-acpi-intel-match.h
sound/soc/intel/common/Makefile
sound/soc/intel/common/soc-acpi-intel-cfl-match.c [new file with mode: 0644]
sound/soc/intel/common/soc-acpi-intel-cml-match.c [new file with mode: 0644]
sound/soc/intel/common/soc-acpi-intel-cnl-match.c