aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst/sst_pvt.c
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-11-04 16:25:16 +0530
committerMark Brown <broonie@kernel.org>2014-11-06 12:36:17 +0000
commitf533a035e4da2fdd5e7b0100c84b62fd73ecd6c7 (patch)
tree8351954cf6e0364eac49546d10adb9fca8280958 /sound/soc/intel/sst/sst_pvt.c
parentASoC: Intel: mrfld - remove unnecessary check for pointer (diff)
downloadlinux-dev-f533a035e4da2fdd5e7b0100c84b62fd73ecd6c7.tar.xz
linux-dev-f533a035e4da2fdd5e7b0100c84b62fd73ecd6c7.zip
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>
Diffstat (limited to '')
-rw-r--r--sound/soc/intel/sst/sst_pvt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/sst/sst_pvt.c b/sound/soc/intel/sst/sst_pvt.c
index 1c2e081fd813..9a5df1936516 100644
--- a/sound/soc/intel/sst/sst_pvt.c
+++ b/sound/soc/intel/sst/sst_pvt.c
@@ -433,6 +433,7 @@ u32 relocate_imr_addr_mrfld(u32 base_addr)
base_addr = MRFLD_FW_VIRTUAL_BASE + (base_addr % (512 * 1024 * 1024));
return base_addr;
}
+EXPORT_SYMBOL_GPL(relocate_imr_addr_mrfld);
void sst_add_to_dispatch_list_and_post(struct intel_sst_drv *sst,
struct ipc_post *msg)