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>
This commit is contained in:
		
							parent
							
								
									66a6fd9846
								
							
						
					
					
						commit
						b97169da06
					
				| @ -1,19 +1,10 @@ | ||||
| # Core support
 | ||||
| obj-$(CONFIG_SND_SOC_INTEL_SST) += common/ | ||||
| 
 | ||||
| snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o \
 | ||||
| 	sst-mfld-platform-compress.o sst-atom-controls.o | ||||
| snd-soc-mfld-machine-objs := mfld_machine.o | ||||
| 
 | ||||
| obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o | ||||
| obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o | ||||
| 
 | ||||
| # Platform Support
 | ||||
| obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/ | ||||
| obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/ | ||||
| obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += atom/ | ||||
| 
 | ||||
| # Machine support
 | ||||
| obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/ | ||||
| 
 | ||||
| # DSP driver
 | ||||
| obj-$(CONFIG_SND_SST_IPC) += sst/ | ||||
|  | ||||
							
								
								
									
										7
									
								
								sound/soc/intel/atom/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								sound/soc/intel/atom/Makefile
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,7 @@ | ||||
| snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o \
 | ||||
| 	        sst-mfld-platform-compress.o sst-atom-controls.o | ||||
| 
 | ||||
| obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o | ||||
| 
 | ||||
| # DSP driver
 | ||||
| obj-$(CONFIG_SND_SST_IPC) += sst/ | ||||
| @ -32,7 +32,7 @@ | ||||
| #include <asm/platform_sst_audio.h> | ||||
| #include "../sst-mfld-platform.h" | ||||
| #include "sst.h" | ||||
| #include "../common/sst-dsp.h" | ||||
| #include "../../common/sst-dsp.h" | ||||
| 
 | ||||
| MODULE_AUTHOR("Vinod Koul <vinod.koul@intel.com>"); | ||||
| MODULE_AUTHOR("Harsha Priya <priya.harsha@intel.com>"); | ||||
| @ -39,7 +39,7 @@ | ||||
| #include <acpi/actypes.h> | ||||
| #include <acpi/acpi_bus.h> | ||||
| #include "../sst-mfld-platform.h" | ||||
| #include "../common/sst-dsp.h" | ||||
| #include "../../common/sst-dsp.h" | ||||
| #include "sst.h" | ||||
| 
 | ||||
| struct sst_machines { | ||||
| @ -32,7 +32,7 @@ | ||||
| #include <asm/platform_sst_audio.h> | ||||
| #include "../sst-mfld-platform.h" | ||||
| #include "sst.h" | ||||
| #include "../common/sst-dsp.h" | ||||
| #include "../../common/sst-dsp.h" | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| @ -32,7 +32,7 @@ | ||||
| #include <asm/platform_sst_audio.h> | ||||
| #include "../sst-mfld-platform.h" | ||||
| #include "sst.h" | ||||
| #include "../common/sst-dsp.h" | ||||
| #include "../../common/sst-dsp.h" | ||||
| 
 | ||||
| struct sst_block *sst_create_block(struct intel_sst_drv *ctx, | ||||
| 					u32 msg_id, u32 drv_id) | ||||
| @ -37,7 +37,7 @@ | ||||
| #include <asm/platform_sst_audio.h> | ||||
| #include "../sst-mfld-platform.h" | ||||
| #include "sst.h" | ||||
| #include "../common/sst-dsp.h" | ||||
| #include "../../common/sst-dsp.h" | ||||
| 
 | ||||
| void memcpy32_toio(void __iomem *dst, const void *src, int count) | ||||
| { | ||||
| @ -34,7 +34,7 @@ | ||||
| #include <asm/platform_sst_audio.h> | ||||
| #include "../sst-mfld-platform.h" | ||||
| #include "sst.h" | ||||
| #include "../common/sst-dsp.h" | ||||
| #include "../../common/sst-dsp.h" | ||||
| 
 | ||||
| int sst_shim_write(void __iomem *addr, int offset, int value) | ||||
| { | ||||
| @ -31,7 +31,7 @@ | ||||
| #include <asm/platform_sst_audio.h> | ||||
| #include "../sst-mfld-platform.h" | ||||
| #include "sst.h" | ||||
| #include "../common/sst-dsp.h" | ||||
| #include "../../common/sst-dsp.h" | ||||
| 
 | ||||
| int sst_alloc_stream_mrfld(struct intel_sst_drv *sst_drv_ctx, void *params) | ||||
| { | ||||
| @ -27,7 +27,7 @@ | ||||
| #include <sound/pcm_params.h> | ||||
| #include <sound/soc.h> | ||||
| #include "../../codecs/rt5640.h" | ||||
| #include "../sst-atom-controls.h" | ||||
| #include "../atom/sst-atom-controls.h" | ||||
| 
 | ||||
| static const struct snd_soc_dapm_widget byt_dapm_widgets[] = { | ||||
| 	SND_SOC_DAPM_HP("Headphone", NULL), | ||||
|  | ||||
| @ -28,7 +28,7 @@ | ||||
| #include <sound/soc.h> | ||||
| #include <sound/jack.h> | ||||
| #include "../../codecs/rt5645.h" | ||||
| #include "../sst-atom-controls.h" | ||||
| #include "../atom/sst-atom-controls.h" | ||||
| 
 | ||||
| #define CHT_PLAT_CLK_3_HZ	19200000 | ||||
| #define CHT_CODEC_DAI	"rt5645-aif1" | ||||
|  | ||||
| @ -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 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user