aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/soundwire/sdw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/soundwire/sdw.h b/include/linux/soundwire/sdw.h
index d4fa95efe8cd..cbadddce470d 100644
--- a/include/linux/soundwire/sdw.h
+++ b/include/linux/soundwire/sdw.h
@@ -22,6 +22,8 @@ struct sdw_slave;
22/* SDW Master Device Number, not supported yet */ 22/* SDW Master Device Number, not supported yet */
23#define SDW_MASTER_DEV_NUM 14 23#define SDW_MASTER_DEV_NUM 14
24 24
25#define SDW_NUM_DEV_ID_REGISTERS 6
26
25#define SDW_MAX_DEVICES 11 27#define SDW_MAX_DEVICES 11
26 28
27/** 29/**