Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2372781imm; Thu, 14 Jun 2018 13:13:40 -0700 (PDT) X-Google-Smtp-Source: ADUXVKICO9nfucRQuUjOjHd7BS3sLG4KFmy7eBghUW0WlHOCoju/89AUfC958I2Rlp5cOWKHIeai X-Received: by 2002:a65:6142:: with SMTP id o2-v6mr3572456pgv.347.1529007220667; Thu, 14 Jun 2018 13:13:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529007220; cv=none; d=google.com; s=arc-20160816; b=WsYAnol7q/mGdlKpAAyZCxTLBFr/JLU6M0NP4hCRzjLwvMZduwyNtId8EqdMAMI4x/ sjKHbAHW253XP9oiVV/80NIKba7wtnjHoB8uNOE4XpaZ0xv/g+Yq3yATlgwjYVfgMZXq IXFhOFx9wvfvw7aLYWpHL7vg9VkIwBqQ61bHYEU0COAiIl07m1XL7Guh7hVYocy+JAJV N6Sqz357XJfSTk1rX9JtaM9/xfYIRMHD1teKKyVQOFRSIX+6BRXPUDg0AWQgZADOCu1c irgXrz4NMJwgZbPaDCNHXBzpPn2Zb1lHSrQtUabbpCEpm5w1RWWCWmNLAt34P+ZX5/Aq UX2g== 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=nOLd0+iF2xYZ4FDrE5TPTaWA8gxr3ig0+HWchhKuBJ8=; b=Ey/7PcrIruBPRX8H8ilbwDadExSXIVM6HnbI2e1Svb35zx2/Nc1d6L6cRapZMra05A vTqyCux2EgcjyCxyPXHaZFBfCRtwLQgrXgTGFtQK7tqlkvzGYwptW2TK2vkFywUyZIYf H4K+18ias5S2TKoBmXx5wcFP98WFzHS1qD4IQ/t8LuIWKGCDPxv8AHmHSM1qQQAA5d09 CtC2Ll2OLi/MUTIm41x6vmy7u03yG1xvdHZFonHApoDKzUR4gD9YufBll8mE99i1jcBF qwXgNqmWPDUDyZ8eeToPQM2W1fDW2dwflMNxgn+KFYsLYZg4UOJy6adiO8eV7pIXw4iG uvrA== 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 t186-v6si5196041pgd.41.2018.06.14.13.13.25; Thu, 14 Jun 2018 13:13:40 -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 S1755463AbeFNUMu (ORCPT + 99 others); Thu, 14 Jun 2018 16:12:50 -0400 Received: from mx2.suse.de ([195.135.220.15]:35832 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755280AbeFNUMt (ORCPT ); Thu, 14 Jun 2018 16:12:49 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id B138FAC9E; Thu, 14 Jun 2018 20:12:48 +0000 (UTC) Date: Thu, 14 Jun 2018 22:12:47 +0200 Message-ID: From: Takashi Iwai To: Ruslan Bilovol Cc: Jorge Sanjuan , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] ALSA: usb-audio: Insertion Control for BADD Adaptors. In-Reply-To: References: <20180612143201.29988-1-jorge.sanjuan@codethink.co.uk> <20180614140558.28277-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 Thu, 14 Jun 2018 21:18:10 +0200, Ruslan Bilovol wrote: > > On Thu, Jun 14, 2018 at 7:07 PM, Takashi Iwai wrote: > > On Thu, 14 Jun 2018 16:05:54 +0200, > > Jorge Sanjuan wrote: > >> > >> Thanks for review! > >> > >> Here is what's new in this V2: > >> - Split the patchset into a more sensible series. > >> > >> This patchset adds support for the Insertion Control for BADD devices > >> (subset of UAC3). > >> > >> This control is only pressent in the HEADSET ADAPTER BADD profile. The USB > >> interrupt pipe shall be present for this profile so the status pipe > >> creation should also happen for BADD devices. > >> > >> Also, the bi-directional type codes have been defined so they can be used > >> as inferred values for the Input and Output terminals for this adapter > >> profile. > >> > >> Based on tag: next-20180612 > >> > >> Jorge Sanjuan (4): > >> ALSA: usb-audio: Add bi-directional terminal types. > >> ALSA: usb-audio: Change in connectors control creation interface > >> ALSA: usb-audio: UAC3. Add insertion control for BADD. > >> ALSA: usb-audio: Always create the interrupt pipe for the mixer > > > > Thanks, this looks nicer, each of changes is smaller and clearer. > > Although it's a bit too late for the merge window, this is a change > > that is fairly safe for the existing UAC1/UAC2, I merged it now. > > > > It's too late probably, but I just finished reviewing these patches > and don't have any objections. Yeah, I already pushed out. But thanks for reviewing. Takashi