[alsa-devel] [PATCH 2/3] ASoC: Intel: mrfld - Define ipc_info structure
Vinod Koul
vinod.koul at intel.com
Fri Oct 24 10:19:47 CEST 2014
From: Subhransu S. Prusty <subhransu.s.prusty at intel.com>
This will be used to abstract the differances in ipc offsets for different
chips.
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty at intel.com>
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
arch/x86/include/asm/platform_sst_audio.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/x86/include/asm/platform_sst_audio.h b/arch/x86/include/asm/platform_sst_audio.h
index 268a96a..6021dee 100644
--- a/arch/x86/include/asm/platform_sst_audio.h
+++ b/arch/x86/include/asm/platform_sst_audio.h
@@ -102,6 +102,11 @@ struct sst_lib_dnld_info {
bool mod_ddr_dnld;
};
+struct sst_ipc_info {
+ int ipc_offset;
+ unsigned int mbox_recv_off;
+};
+
struct sst_platform_info {
const struct sst_info *probe_data;
const struct sst_ipc_info *ipc_info;
--
1.7.0.4
More information about the Alsa-devel
mailing list