]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: Intel: Move apci find machine routines
authorVinod Koul <vinod.koul@intel.com>
Thu, 5 Nov 2015 16:04:11 +0000 (21:34 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 16 Nov 2015 10:08:09 +0000 (10:08 +0000)
commit95f098014815b330838b1173d3d7bcea3b481242
treef2e5a5228525a763aac80c230ab5d8fd36f66072
parent7ae3cb15590ea768323b5e5a6be1769f19e91044
ASoC: Intel: Move apci find machine routines

This code to find the machine is common for all drivers so move
it to a separate file and header for use in other drivers

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/Makefile
sound/soc/intel/common/sst-acpi.c
sound/soc/intel/common/sst-acpi.h [new file with mode: 0644]
sound/soc/intel/common/sst-match-acpi.c [new file with mode: 0644]