]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: Intel: mrfld - Define ipc_info structure
authorSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Fri, 24 Oct 2014 08:19:47 +0000 (13:49 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 27 Oct 2014 18:02:38 +0000 (18:02 +0000)
This will be used to abstract the differances in ipc offsets for different
chips.

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>
arch/x86/include/asm/platform_sst_audio.h

index 268a96aec77c01693132216a0c01f5e12fb89163..6021dee3866a4a2c3a40a7332d6930917ff081ea 100644 (file)
@@ -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;