Re: [alsa-devel] [PATCH v4 03/15] soundwire: Add Master registration

From: Pierre-Louis Bossart
Date: Sun Dec 03 2017 - 21:44:58 EST



+/* SDW Enumeration Device Number */
+#define SDW_ENUM_DEV_NUM 0

add
SDW_GROUP12_DEV_NUM 12
SDW_GROUP12_DEV_NUM 13

you mean SDW_GROUP13_DEV_NUM :D

SDW_MASTER_DEV_NUM 14 /* not supported in these patches */

These dont help now as we dont support, so kind of dead code.
Lets add them when we really support it

It was a way to explain why device 14 is never allocated.