aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/common/sst-acpi.h
AgeCommit message (Collapse)AuthorFilesLines
2015-11-16ASoC: Intel: Atom: move atom driver to common acpi matchVinod Koul1-0/+5
This patch moves the atom driver to use the common acpi match functions. Since atom driver has few more information in machine table, these are appended to table and set to NULL for common driver Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
2015-11-16ASoC: Intel: Move apci find machine routinesVinod Koul1-0/+28
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>