提交 43c5e231 编写于 作者: S Subhransu S. Prusty 提交者: Mark Brown

ASoC: Intel: mrfld - Define ipc_info structure

This will be used to abstract the differances in ipc offsets for different
chips.
Signed-off-by: NSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 39581031
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册