Re: [PATCH] usb: gadget: f_uac2: fix bFirstInterface in composite gadget

2018-01-15 Thread Krzysztof Opasiak
On 01/12/2018 07:43 PM, John Keeping wrote: If there are multiple functions associated with a configuration, then the UAC2 interfaces may not start at zero. Set the correct first interface number in the association descriptor so that the audio interfaces are enumerated correctly in this case.

[PATCH] usb: gadget: f_uac2: fix bFirstInterface in composite gadget

2018-01-12 Thread John Keeping
If there are multiple functions associated with a configuration, then the UAC2 interfaces may not start at zero. Set the correct first interface number in the association descriptor so that the audio interfaces are enumerated correctly in this case. Signed-off-by: John Keeping