From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AB8JxZpHYgX97UH7N/K2AUIayJYd/RStsFrc31baip8hzhS+Mm4iUxeTlVpXsYvE5JQwNLM7JzwA ARC-Seal: i=1; a=rsa-sha256; t=1526195172; cv=none; d=google.com; s=arc-20160816; b=Bs8SJZM0IO2Y1loBycNK0eQhTl5H1Z4rnFPp/L1puAbyHy8iudE3HmQ5sGMEEwGokK /UcIdd+l0kPi1TiL4k046nVPUWV0zj34MIvv/F6cWd95fDhLZZBoOiemkQudZaTBzLXQ S+l8AIlcH2zcmRM9PNp3yygbiKsT95F0wXkhloGPdXJJmrGq5OxnT2itOzl1wHHdz9Cn 75aiPmdG40r9Xt4jq8m6gk+t8IngH3G8S2pDiJOmTfNyICehA4mnxZkG7A4dH21E3CXa dsiukS5M1hGxJXZE9qU82rt7TTtN+H6q+zorqwttdw6pqppz9Ek05ORD604Dm31EVMdD Smfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date :arc-authentication-results; bh=60/LsDwokM888RanLHpg0mAY+SLqzJo4kkwNw4hNQSM=; b=jMUQ6k4PvCsZpQRBsTGZJA/pqdxJ0Xt8I6lhEsel47R+paJ9Cd9ZAquwhUdRir7+uK n1qxMJopU/8Vyi2+D7kTtFJvH4WkYXoeppIiul2Qgxt5+GqHxqX1blW8fRsggdzVhLtn OWnHuJ6CuYtGSwDkMwvhMn6h2rZX6HWc7m59LNYAD7ojffgBnoH2sd7NtvXhei5zDZ8x k9FnDoiyYzndCy75gPTFTokoH+3sDo3giJB7pT1RE2w0Gmqv4bg4xFKOEOY3s36vBmEj U73JbVT0iN0E5XIj78lYO98FkZHQ9LVOPI1wVQzJ0gfe7t196C1ZvXbiHuH+k2VPulHK C0UQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of tiwai@suse.de designates 195.135.220.15 as permitted sender) smtp.mailfrom=tiwai@suse.de Authentication-Results: mx.google.com; spf=pass (google.com: domain of tiwai@suse.de designates 195.135.220.15 as permitted sender) smtp.mailfrom=tiwai@suse.de Date: Sun, 13 May 2018 09:06:07 +0200 Message-ID: From: Takashi Iwai To: Jorge Cc: "Ruslan Bilovol" , , "Andrew Chant" , "Greg Kroah-Hartman" , Subject: Re: [PATCH v2 7/7] ALSA: usb: add UAC3 BADD profiles support In-Reply-To: <61f13c53-fda2-65da-b405-41bdd17d04a5@codethink.co.uk> References: <1525397044-15080-1-git-send-email-ruslan.bilovol@gmail.com> <1525397044-15080-8-git-send-email-ruslan.bilovol@gmail.com> <61f13c53-fda2-65da-b405-41bdd17d04a5@codethink.co.uk> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1599494792901410572?= X-GMAIL-MSGID: =?utf-8?q?1600331629160626515?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: 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 > > Tested-by: Jorge Sanjuan OK, I'll queue this one to for-next branch. Thanks! Takashi