diff options
author | Jie Yang <yang.jie@intel.com> | 2015-04-02 15:37:04 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-06 17:49:45 +0100 |
commit | b97169da06992ef04081e66ed22bbdb23dbf6610 (patch) | |
tree | 81e719f60576c2c32edb1f7e75760062f96ceb46 /sound/soc/intel/boards/cht_bsw_rt5672.c | |
parent | 66a6fd9846f0aecdbab9324b792b319fd8e95e77 (diff) | |
download | linux-b97169da06992ef04081e66ed22bbdb23dbf6610.tar.bz2 |
ASoC: Intel: create atom folder and move atom platform files in
Restructure the sound/soc/intel/ directory: create atom folder, and move
sst atom platform files here.
Signed-off-by: Jie Yang <yang.jie@intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/cht_bsw_rt5672.c')
-rw-r--r-- | sound/soc/intel/boards/cht_bsw_rt5672.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/cht_bsw_rt5672.c b/sound/soc/intel/boards/cht_bsw_rt5672.c index 2cea002a31bb..2c9cc5be439e 100644 --- a/sound/soc/intel/boards/cht_bsw_rt5672.c +++ b/sound/soc/intel/boards/cht_bsw_rt5672.c @@ -24,7 +24,7 @@ #include <sound/soc.h> #include <sound/jack.h> #include "../../codecs/rt5670.h" -#include "../sst-atom-controls.h" +#include "../atom/sst-atom-controls.h" /* The platform clock #3 outputs 19.2Mhz clock to codec as I2S MCLK */ #define CHT_PLAT_CLK_3_HZ 19200000 |