]> Git Repo - linux.git/commit
ASoC: Intel: create common folder and move common files in
authorJie Yang <[email protected]>
Thu, 2 Apr 2015 07:37:00 +0000 (15:37 +0800)
committerMark Brown <[email protected]>
Mon, 6 Apr 2015 16:49:45 +0000 (17:49 +0100)
commit2106241a680397f6f49da796a4ce11eb5cf2698e
tree2358fc5ccd0b9a2d800dca56fb1585385daa941c
parent2c0ed6349287a15f7be73bba00e520106087cd1b
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 <[email protected]>
Acked-by: Jarkko Nikula <[email protected]>
Tested-by: Jarkko Nikula <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
19 files changed:
sound/soc/intel/Makefile
sound/soc/intel/common/Makefile [new file with mode: 0644]
sound/soc/intel/common/sst-acpi.c [new file with mode: 0644]
sound/soc/intel/common/sst-dsp-priv.h [new file with mode: 0644]
sound/soc/intel/common/sst-dsp.c [new file with mode: 0644]
sound/soc/intel/common/sst-dsp.h [new file with mode: 0644]
sound/soc/intel/common/sst-firmware.c [new file with mode: 0644]
sound/soc/intel/sst-acpi.c [deleted file]
sound/soc/intel/sst-dsp-priv.h [deleted file]
sound/soc/intel/sst-dsp.c [deleted file]
sound/soc/intel/sst-dsp.h [deleted file]
sound/soc/intel/sst-firmware.c [deleted file]
sound/soc/intel/sst/sst.c
sound/soc/intel/sst/sst_acpi.c
sound/soc/intel/sst/sst_drv_interface.c
sound/soc/intel/sst/sst_ipc.c
sound/soc/intel/sst/sst_loader.c
sound/soc/intel/sst/sst_pvt.c
sound/soc/intel/sst/sst_stream.c
This page took 0.058549 seconds and 4 git commands to generate.