aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soundwire/intel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soundwire/intel.h')
-rw-r--r--drivers/soundwire/intel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/soundwire/intel.h b/drivers/soundwire/intel.h
index ffa30d9535a2..c1a5bac6212e 100644
--- a/drivers/soundwire/intel.h
+++ b/drivers/soundwire/intel.h
@@ -10,6 +10,8 @@
10 * @shim: Audio shim pointer 10 * @shim: Audio shim pointer
11 * @alh: ALH (Audio Link Hub) pointer 11 * @alh: ALH (Audio Link Hub) pointer
12 * @irq: Interrupt line 12 * @irq: Interrupt line
13 * @ops: Shim callback ops
14 * @arg: Shim callback ops argument
13 * 15 *
14 * This is set as pdata for each link instance. 16 * This is set as pdata for each link instance.
15 */ 17 */
@@ -18,6 +20,8 @@ struct sdw_intel_link_res {
18 void __iomem *shim; 20 void __iomem *shim;
19 void __iomem *alh; 21 void __iomem *alh;
20 int irq; 22 int irq;
23 const struct sdw_intel_ops *ops;
24 void *arg;
21}; 25};
22 26
23#endif /* __SDW_INTEL_LOCAL_H */ 27#endif /* __SDW_INTEL_LOCAL_H */