diff options
author | 2015-04-02 15:37:03 +0800 | |
---|---|---|
committer | 2015-04-06 17:49:45 +0100 | |
commit | 66a6fd9846f0aecdbab9324b792b319fd8e95e77 (patch) | |
tree | 3c1d410a816401a41c331dc419d94a35f6c50640 /sound/soc/intel/baytrail/sst-baytrail-pcm.c | |
parent | ASoC: Intel: create boards folder and move sst boards files in (diff) | |
download | linux-dev-66a6fd9846f0aecdbab9324b792b319fd8e95e77.tar.xz linux-dev-66a6fd9846f0aecdbab9324b792b319fd8e95e77.zip |
ASoC: Intel: create baytrail folder and move baytrail platform files in
Restructure the sound/soc/intel/ directory: create baytrail folder, and move
sst baytrail platform 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 '')
-rw-r--r-- | sound/soc/intel/baytrail/sst-baytrail-pcm.c (renamed from sound/soc/intel/sst-baytrail-pcm.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/intel/sst-baytrail-pcm.c b/sound/soc/intel/baytrail/sst-baytrail-pcm.c index 224c49c9f135..79547bec558b 100644 --- a/sound/soc/intel/sst-baytrail-pcm.c +++ b/sound/soc/intel/baytrail/sst-baytrail-pcm.c @@ -20,8 +20,8 @@ #include <sound/pcm_params.h> #include <sound/soc.h> #include "sst-baytrail-ipc.h" -#include "sst-dsp-priv.h" -#include "sst-dsp.h" +#include "../common/sst-dsp-priv.h" +#include "../common/sst-dsp.h" #define BYT_PCM_COUNT 2 |