Received: by 10.192.165.148 with SMTP id m20csp4951444imm; Tue, 24 Apr 2018 11:04:11 -0700 (PDT) X-Google-Smtp-Source: AIpwx49zVKEnX3xqqKtSgyS3pefERvlLzzBfUTsCcw8HpQd/PnxnoY2WHU55dOvtHjkG80Sav5ym X-Received: by 2002:a17:902:9a0b:: with SMTP id v11-v6mr26206433plp.387.1524593051775; Tue, 24 Apr 2018 11:04:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524593051; cv=none; d=google.com; s=arc-20160816; b=1CZ7uTAh5qsG+u4+BU6ODk1SYD5mal0I3NC5mlKyGr9WHGO7qBE/WY/ScLpJWzBypK /5fcS0jGkcIf1unuq9x3kggpy3NKPC4s0WfpKgeZ2Zv2gBxAUBgeZOsGZhiNnmoCv/Uy Uh3Qyp/NznLBcu1usvjB0w1TrWHu+JhGjzIvDlEJ5jWsSLLCc8oej7YH00TSZs5wkepT 9kRhzw1YclEYPCzguQ/7Z6JL0DPJCR9JV+no26zA76G/fuOcib2oT6Krsg1b4f1TZaF4 E4SjThxj5PuxvzUQY5YE/UVArqvsYwXMQsgOoIS2M9gtBIkugOYmQLHozjuz7B1VqlBA AZUQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date :arc-authentication-results; bh=DBoFP6VlEnGSrhvI7tuvObgP5hao7yD5lWLC2wKz6oA=; b=lTZUSM+N5+kxs5IzphgQtCQ9AFwukH1y/86mziNZzfO2bKwA5MFMXXEa6PooKTQxmJ rxsyenQhJA/4oCrmFBKSl2j8HVwnjiFISDStVcQgyNHTbVZTWoobS4F/KzzzGM8bBKu/ PfFEbX7ATGaDGwj70h+cvwnwvjdaqWQlnkvSOFPjbk5qn4il/PHbqgBYdkWu/BHQUhbf UjDFRZ0Fez5FNTKA133lIML5Y8r1KHlNZswz25p7jK+plJdctAFzNImI9lgWgZYg9VlV eVRHr6xh/XtbmuUqpbeBUWdBVlLhQykSmFsxHkkBWM2Wyt/OKItdvvDxqzESxmeHSfYu Ej7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l12si12048830pgc.438.2018.04.24.11.03.57; Tue, 24 Apr 2018 11:04:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752198AbeDXSCh (ORCPT + 99 others); Tue, 24 Apr 2018 14:02:37 -0400 Received: from mx2.suse.de ([195.135.220.15]:48102 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751307AbeDXSCe (ORCPT ); Tue, 24 Apr 2018 14:02:34 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 93DA7ACB8; Tue, 24 Apr 2018 18:02:33 +0000 (UTC) Date: Tue, 24 Apr 2018 20:02:33 +0200 Message-ID: From: Takashi Iwai To: "Jorge Sanjuan" Cc: , , Subject: Re: [PATCH v2 0/4] ALSA: usb: UAC3 new features. In-Reply-To: <20180424172445.31928-1-jorge.sanjuan@codethink.co.uk> References: <20180420170327.31569-1-jorge.sanjuan@codethink.co.uk> <20180424172445.31928-1-jorge.sanjuan@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=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 24 Apr 2018 19:24:41 +0200, Jorge Sanjuan wrote: > > v2 fixes: > - If/else statements braces style fixes. > - Add wrapping function to mixer unit code. > - Make connectors control kctl struct const. > - Little endian to cpu conversion in several places. > - Sing off and add Fixes tag to fixup commit. > - Remove flex-array for a struct that is used statically. > > Now that the UAC3 patch [1] has made it to linux-next I have some extra > features to make a UAC3 device fully work in Linux. Including Jack > insertion control that I have put on top of this other patch [2] for > UAC2. Also adding support for the UAC3 Mixer Unit which is most likely > to appear in most headset type devices. These patches look reasonable, I'm OK to merge. But I'll wait for Ruslan's comments (or at best with test results). > UAC3 devices also require to have a Basic Audio Device (BADD) in a separate > config for which both Ruslan Bilovol and myself have submited different > approaches[3][4] but I don't know what the final merge will be. Once there > is official support for BADD, we'll need to test it with an actual UAC3 > device to confirm it all wokrs. Could you guys try to get agreement which approach should we take? I have no big preference. Currently Ruslan's patch series look easier, just because its addition is a bit smaller, though. Thanks! Takashi > All this features are tested with an actual UAC3 device that is still in > development. For this patch series, only the legacy config (#1. UAC1/UAC2) > and the UAC3 config have been tested. The BADD config is only tested using > and updated verison of [4]. > > [1]: https://patchwork.kernel.org/patch/10298179/ > [2]: https://patchwork.kernel.org/patch/10305847/ > [3]: https://patchwork.kernel.org/patch/10340851/ > [4]: https://www.spinics.net/lists/alsa-devel/msg71617.html > > Based on linux-next tag: next-20180420 > > Jorge Sanjuan (3): > ALSA: usb-audio: UAC3. Add support for mixer unit. > ALSA: usb-audio: Use Class Specific EP for UAC3 devices. > ALSA: usb-audio: UAC3 Add support for connector insertion. > > Michael Drake (1): > ALSA: usb-audio: ADC3: Fix channel mapping conversion for ADC3. > > include/linux/usb/audio-v2.h | 7 ++ > include/linux/usb/audio-v3.h | 14 +++ > include/uapi/linux/usb/audio.h | 13 ++- > sound/usb/mixer.c | 195 +++++++++++++++++++++++++++++++++++++---- > sound/usb/stream.c | 11 ++- > 5 files changed, 217 insertions(+), 23 deletions(-) > > -- > 2.11.0 > >