ASoC: Intel: create atom folder and move atom platform files in
authorJie Yang <yang.jie@intel.com>
Thu, 2 Apr 2015 07:37:04 +0000 (15:37 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 6 Apr 2015 16:49:45 +0000 (17:49 +0100)
commitb97169da06992ef04081e66ed22bbdb23dbf6610
tree81e719f60576c2c32edb1f7e75760062f96ceb46
parent66a6fd9846f0aecdbab9324b792b319fd8e95e77
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>
37 files changed:
sound/soc/intel/Makefile
sound/soc/intel/atom/Makefile [new file with mode: 0644]
sound/soc/intel/atom/sst-atom-controls.c [new file with mode: 0644]
sound/soc/intel/atom/sst-atom-controls.h [new file with mode: 0644]
sound/soc/intel/atom/sst-mfld-dsp.h [new file with mode: 0644]
sound/soc/intel/atom/sst-mfld-platform-compress.c [new file with mode: 0644]
sound/soc/intel/atom/sst-mfld-platform-pcm.c [new file with mode: 0644]
sound/soc/intel/atom/sst-mfld-platform.h [new file with mode: 0644]
sound/soc/intel/atom/sst/Makefile [new file with mode: 0644]
sound/soc/intel/atom/sst/sst.c [new file with mode: 0644]
sound/soc/intel/atom/sst/sst.h [new file with mode: 0644]
sound/soc/intel/atom/sst/sst_acpi.c [new file with mode: 0644]
sound/soc/intel/atom/sst/sst_drv_interface.c [new file with mode: 0644]
sound/soc/intel/atom/sst/sst_ipc.c [new file with mode: 0644]
sound/soc/intel/atom/sst/sst_loader.c [new file with mode: 0644]
sound/soc/intel/atom/sst/sst_pci.c [new file with mode: 0644]
sound/soc/intel/atom/sst/sst_pvt.c [new file with mode: 0644]
sound/soc/intel/atom/sst/sst_stream.c [new file with mode: 0644]
sound/soc/intel/boards/bytcr_rt5640.c
sound/soc/intel/boards/cht_bsw_rt5645.c
sound/soc/intel/boards/cht_bsw_rt5672.c
sound/soc/intel/sst-atom-controls.c [deleted file]
sound/soc/intel/sst-atom-controls.h [deleted file]
sound/soc/intel/sst-mfld-dsp.h [deleted file]
sound/soc/intel/sst-mfld-platform-compress.c [deleted file]
sound/soc/intel/sst-mfld-platform-pcm.c [deleted file]
sound/soc/intel/sst-mfld-platform.h [deleted file]
sound/soc/intel/sst/Makefile [deleted file]
sound/soc/intel/sst/sst.c [deleted file]
sound/soc/intel/sst/sst.h [deleted file]
sound/soc/intel/sst/sst_acpi.c [deleted file]
sound/soc/intel/sst/sst_drv_interface.c [deleted file]
sound/soc/intel/sst/sst_ipc.c [deleted file]
sound/soc/intel/sst/sst_loader.c [deleted file]
sound/soc/intel/sst/sst_pci.c [deleted file]
sound/soc/intel/sst/sst_pvt.c [deleted file]
sound/soc/intel/sst/sst_stream.c [deleted file]
This page took 0.028686 seconds and 5 git commands to generate.