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.c | |
parent | 2c0ed6349287a15f7be73bba00e520106087cd1b (diff) | |
download | op-kernel-dev-2106241a680397f6f49da796a4ce11eb5cf2698e.zip op-kernel-dev-2106241a680397f6f49da796a4ce11eb5cf2698e.tar.gz |
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.c')
-rw-r--r-- | sound/soc/intel/sst/sst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst/sst.c b/sound/soc/intel/sst/sst.c index 1a7eeec..26b1e31c 100644 --- a/sound/soc/intel/sst/sst.c +++ b/sound/soc/intel/sst/sst.c @@ -32,7 +32,7 @@ #include <asm/platform_sst_audio.h> #include "../sst-mfld-platform.h" #include "sst.h" -#include "../sst-dsp.h" +#include "../common/sst-dsp.h" MODULE_AUTHOR("Vinod Koul <vinod.koul@intel.com>"); MODULE_AUTHOR("Harsha Priya <priya.harsha@intel.com>"); |