From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AB8JxZr3PgdBgfG56IIpOfawsMMa4iGqVgs4zJQN7aLhJu7AHarXIZmc4r7RqL1QzkFQlfOUDm6U ARC-Seal: i=1; a=rsa-sha256; t=1525419873; cv=none; d=google.com; s=arc-20160816; b=s/za9TuR5DA45AJNBuoBssJxXDQTWeEqlyNxAFyPru/bA9GsrmnGXJfJ7dm9CdFdYq AGBZ5yiF8n3Jqp0ZsFaWGYhggY/NXsW62VdgjhD+SGTgeB8VrHmNdL1wWlljhDf6YoZM R1HGnm4rljkjMBPt8gY/No8kLe5gxfKDLzz4ggjd2RdpUIhUM7H5XZ5c+uADl2QIljnq kkBp8mQsLfiHvazlmR4ioHyexQWxOKRoSpamSk1mGk/v7N21GFXaeNmKoQoTbg2CI0dm rLHF+7x1R0hxKSFqU5wzUGRhQb/ccb6S+Bj24F8/xjyigBADo1shgL+Q5rAbGJsSMxvA wOEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:user-agent:references:in-reply-to:subject:cc:to:from :message-id:date:arc-authentication-results; bh=OjTjiBev82MHZhunu4ttlcU5ob5efboZ116GjC9dKKc=; b=ioAGwvAg+pq/duYSjgVCAw3VgwqIZLdrTm7yxqlHvuh5m4ChA6fiDjlCVJowID0R7n 5lSS8rk+sWpgqHXFAIll8BwII14d/kIulB59DU3SSaHY93JXhGRb8ayEskOPdz5OKk/n BQ+wunoz7jKYnjbNw8SmTSG3KGSjKEOjMI1V80ptmPbgB0rmZyqKVZZVVs6mJrSSw3dj v9bPFx1PiCgyQRolv/VQqObh5yu+sEOX+VQJj63iQDP8XymijgnoKDyEhBKUAiTGkbdJ udeJsaVkqPGO/UqbIct/X5Ipuew/16hFKO5QmKjxdvzw7FiIoBRZEZ+QSj8fgbYknc2H 1kfw== 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: Fri, 04 May 2018 09:44:31 +0200 Message-ID: From: Takashi Iwai To: "Ruslan Bilovol" Cc: , "Jorge" , "Andrew Chant" , "Greg Kroah-Hartman" , Subject: Re: [PATCH v2 0/7] USB Audio Device Class 3.0 BADD profiles support In-Reply-To: <1525397044-15080-1-git-send-email-ruslan.bilovol@gmail.com> References: <1525397044-15080-1-git-send-email-ruslan.bilovol@gmail.com> 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=US-ASCII X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1599494778683653955?= X-GMAIL-MSGID: =?utf-8?q?1599518669701455960?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: On Fri, 04 May 2018 03:23:57 +0200, Ruslan Bilovol wrote: > > This patchset adds BADD profiles support from the USB Audio > Device Class 3.0 spec [1]. > > BADD profile support is defined as mandatory feature of > UAC3-compliant device, it should be implemented as a separate > USB configuration. > > Notable issue with BADD configuration is that it misses > class-specific descriptors (and it's mandatory as per spec), > so host should guess them from BADD profile number and > parameters of endpoints (type, number of endpoints and > max packet size) > > This patchset adds support of all known/existing BADD profiles > from the UAC3 specification. > > First 5 patches are refactoring and improvements, and last 2 > patches actually implement UAC3 BADD profiles support. OK, these 5 look like a nice cleanup, so I'll apply them right now. > It's an alternative implementation comparing to [2], > and doesn't build usb descriptors on the host but instead > initializes alsa-usb structures with known parameters, > so we don't need to keep whole class-specific descriptors > in the driver since we anyway need to have BADD-specific > logic. For this essential one, I'd like agreements from you guys before taking it. Through my quick glance over the code, it looks good enough, but obviously I haven't tested it at all, so it's no right judge. As I'm going to be off in the next week from tomorrow, I'll be less responsive, but don't mind and go ahead for discussions :) thanks, Takashi > > I've picked one Jorge's UAC1 patch-improvement and > updated it to v4.17 wich contais recently introduced > header's sanity checks. > > Remaining part is to add interrupt endpoint support > so we will be able to detect jack insertion in > the Headset Adapter profile. > > This has been tested on ARM and x86-64 machines with > custom UAC3 gadget which I'll post later to linux-usb > > Comments and testing are welcome. > > v2: > - split refactoring patch to more atomic and bisectable > changes as suggested by Takashi > - renamed "Side Tone"->"Sidetone" as suggested by Andrew > - revorked main BADD patch to have table lookup for > checking BADD channels validity and to reduce identation > as suggested by Takashi > - also removed code duplication in BADD patch by reusing > common part of build_feature_ctl() func > > v1: http://mailman.alsa-project.org/pipermail/alsa-devel/2018-April/134412.html > > > [1] http://www.usb.org/developers/docs/devclass_docs/USB_Audio_v3.0.zip > [2] https://www.spinics.net/lists/alsa-devel/msg71614.html > > Jorge Sanjuan (1): > ALSA: usb: Only get AudioControl header for UAC1 class. > > Ruslan Bilovol (6): > ALSA: usb: stream: move audioformat alloc/init into separate function > ALSA: usb: stream: refactor uac1/2 audio interface parsing > ALSA: usb: stream: refactor uac3 audio interface parsing > ALSA: usb: mixer: make string parsing independent of mixer_build state > include: usb: audio-v3: add BADD-specific values > ALSA: usb: add UAC3 BADD profiles support > > include/linux/usb/audio-v3.h | 26 ++ > sound/usb/card.c | 53 ++-- > sound/usb/clock.c | 9 +- > sound/usb/mixer.c | 351 +++++++++++++++++++--- > sound/usb/mixer_maps.c | 65 ++++ > sound/usb/stream.c | 687 +++++++++++++++++++++++++------------------ > sound/usb/usbaudio.h | 2 + > 7 files changed, 849 insertions(+), 344 deletions(-) > > -- > 1.9.1 > >