On Fri, 11 May 2018 17:36:36 +0200, Jorge wrote:
On 04/05/18 02:24, Ruslan Bilovol wrote:
Recently released USB Audio Class 3.0 specification contains BADD (Basic Audio Device Definition) document which describes pre-defined UAC3 configurations.
BADD support is mandatory for UAC3 devices, it should be implemented as a separate USB device configuration. As per BADD document, class-specific descriptors shall not be included in the Device’s Configuration descriptor ("inferred"), but host can guess them from BADD profile number, number of endpoints and their max packed sizes.
This patch adds support of all BADD profiles from the spec
Signed-off-by: Ruslan Bilovol ruslan.bilovol@gmail.com
Tested-by: Jorge Sanjuan jorge.sanjuan@codethink.co.uk
OK, I'll queue this one to for-next branch. Thanks!
Takashi