summaryrefslogtreecommitdiff
path: root/include/sound/sof/dai.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-03-10 14:33:40 +0300
committerMark Brown <broonie@kernel.org>2022-03-10 14:33:40 +0300
commit233d2c4a103ac1ce83025029a83d5840b3d2b046 (patch)
tree4291d6fce1acc7d6f97efb9c1a67aaa3a00710a1 /include/sound/sof/dai.h
parentefb1a2d3d8f5c18ab03e9e4a1b7fc732f25e00d6 (diff)
parentf535880b2d32fcb85d99a81483d44c8df23d23cf (diff)
downloadlinux-233d2c4a103ac1ce83025029a83d5840b3d2b046.tar.xz
Clean ups and preparation for IPC abstraction in the SOF driver
Merge series from Ranjani Sridharan <ranjani.sridharan@linux.intel.com>: In preparation for adding support for the new IPC version that has been introduced in the SOF firmware, this patch set includes some clean ups and necessary modifications to commonly used functions that will be re-used across different IPC-specific code.
Diffstat (limited to 'include/sound/sof/dai.h')
-rw-r--r--include/sound/sof/dai.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sound/sof/dai.h b/include/sound/sof/dai.h
index 59ee50ac7705..a818a0f0a226 100644
--- a/include/sound/sof/dai.h
+++ b/include/sound/sof/dai.h
@@ -116,4 +116,9 @@ struct sof_ipc_dai_config {
};
} __packed;
+struct sof_dai_private_data {
+ struct sof_ipc_comp_dai *comp_dai;
+ struct sof_ipc_dai_config *dai_config;
+};
+
#endif