OSDN Git Service

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)
commit1f24d93c4f4ec0bb0b73c5b020060aa2d9faa756
tree422392e333e6385e885f6751457cb3b1f3ed9346
parent13409d27cb39fb1dfcb28418a9bc3d26907e1dbc
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