diff options
author | Jie Yang <yang.jie@intel.com> | 2015-04-02 15:37:00 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-06 17:49:45 +0100 |
commit | 2106241a680397f6f49da796a4ce11eb5cf2698e (patch) | |
tree | 2358fc5ccd0b9a2d800dca56fb1585385daa941c /sound/soc/intel/sst/sst_acpi.c | |
parent | 2c0ed6349287a15f7be73bba00e520106087cd1b (diff) |
ASoC: Intel: create common folder and move common files in
Restructure the sound/soc/intel/ directory: create common folder, and move
sst common files here.
Signed-off-by: Jie Yang <yang.jie@intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Tested-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/sst/sst_acpi.c')
-rw-r--r-- | sound/soc/intel/sst/sst_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst/sst_acpi.c b/sound/soc/intel/sst/sst_acpi.c index b782dfdcdbba..2a19cbcac811 100644 --- a/sound/soc/intel/sst/sst_acpi.c +++ b/sound/soc/intel/sst/sst_acpi.c @@ -39,7 +39,7 @@ #include <acpi/actypes.h> #include <acpi/acpi_bus.h> #include "../sst-mfld-platform.h" -#include "../sst-dsp.h" +#include "../common/sst-dsp.h" #include "sst.h" struct sst_machines { |