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

2017-12-03 Thread Vinod Koul
On Sun, Dec 03, 2017 at 08:44:58PM -0600, Pierre-Louis Bossart wrote: > > >>>+/* 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_D

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

2017-12-03 Thread Pierre-Louis Bossart
+/* 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

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

2017-12-03 Thread Vinod Koul
On Fri, Dec 01, 2017 at 04:10:55PM -0600, Pierre-Louis Bossart wrote: > On 12/1/17 3:56 AM, Vinod Koul wrote: > >A Master registers with SoundWire bus and scans the firmware provided > > nitpick: is the 'register' correct? You create a bus instance for each > hardware master interface. Or is my br

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

2017-12-01 Thread Pierre-Louis Bossart
On 12/1/17 3:56 AM, Vinod Koul wrote: A Master registers with SoundWire bus and scans the firmware provided nitpick: is the 'register' correct? You create a bus instance for each hardware master interface. Or is my brain fried? for device description. In this patch we scan the ACPI namespac