x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in...
[cris-mirror.git] / drivers / soundwire / intel.h
blobffa30d9535a2707cb89fd480f1aceffbfcbbf72e
1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2 // Copyright(c) 2015-17 Intel Corporation.
4 #ifndef __SDW_INTEL_LOCAL_H
5 #define __SDW_INTEL_LOCAL_H
7 /**
8 * struct sdw_intel_res - Soundwire link resources
9 * @registers: Link IO registers base
10 * @shim: Audio shim pointer
11 * @alh: ALH (Audio Link Hub) pointer
12 * @irq: Interrupt line
14 * This is set as pdata for each link instance.
16 struct sdw_intel_link_res {
17 void __iomem *registers;
18 void __iomem *shim;
19 void __iomem *alh;
20 int irq;
23 #endif /* __SDW_INTEL_LOCAL_H */