]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: mrfld - create separate module for pci part
authorVinod Koul <vinod.koul@intel.com>
Tue, 4 Nov 2014 10:55:16 +0000 (16:25 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 6 Nov 2014 12:36:17 +0000 (12:36 +0000)
commit9d8f99b596638f3e7e81ec43f5b1ac77520daa87
tree8351954cf6e0364eac49546d10adb9fca8280958
parent2c9aa897b382fc62214f031501ba9ff1b44e66c1
ASoC: Intel: mrfld - create separate module for pci part

Now the SST_IPC will support both ACPI and PCI, separate into core module
and PCI module. This also move probe function into PCI module and exports
the required symbols from core module

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/Kconfig
sound/soc/intel/sst/Makefile
sound/soc/intel/sst/sst.c
sound/soc/intel/sst/sst.h
sound/soc/intel/sst/sst_pci.c [new file with mode: 0644]
sound/soc/intel/sst/sst_pvt.c