Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753173AbdLGLSQ (ORCPT ); Thu, 7 Dec 2017 06:18:16 -0500 Received: from mail-ot0-f193.google.com ([74.125.82.193]:39385 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752863AbdLGLSN (ORCPT ); Thu, 7 Dec 2017 06:18:13 -0500 X-Google-Smtp-Source: AGs4zMaEiBCMyvSfnsc2vX7cZ1m9yKXGXTt4ZZUCpSALvXDEM4KIQxbE6+M0Hapdh4yHxwOKeMVuoLhOyP84mGDZ6tc= MIME-Version: 1.0 In-Reply-To: <87tvx6u3m2.fsf@linux.intel.com> References: <1510019522-15155-1-git-send-email-ruslan.bilovol@gmail.com> <87tvx6u3m2.fsf@linux.intel.com> From: Ruslan Bilovol Date: Thu, 7 Dec 2017 13:18:12 +0200 Message-ID: Subject: Re: [PATCH 0/1] USB Audio Device Class 3.0 Gadget support To: Felipe Balbi Cc: Greg Kroah-Hartman , "linux-usb@vger.kernel.org" , linux-doc@vger.kernel.org, "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1471 Lines: 41 Hi Felipe, On Mon, Dec 4, 2017 at 1:36 PM, Felipe Balbi wrote: > > Hi, > > Ruslan Bilovol writes: >> On Tue, Nov 7, 2017 at 3:52 AM, Ruslan Bilovol wrote: >>> Hi, >>> >>> This patch adds USB Audio Device Class 3.0 [1] function >>> support to gadget subsystem. >>> I didn't add UAC3 support to legacy gadget as it will >>> make preprocessor configuration too complex (UAC3 device >>> must have two configurations for backward compatibility, >>> first is UAC1/2 and second is UAC3), yet also I'm too lazy >>> to do that and verify all possible configurations. >>> >>> For modern ConfigFS interface I'll provide my configuration >>> for testing below; testing was done on a BeagleBone Black >>> board. >>> >>> This patch depends on uac3 header files from include dir >>> which I'll post as part of ALSA host UAC3 patch and will >>> provide the link to it here. >> >> http://www.spinics.net/lists/alsa-devel/msg69071.html > > Once that patch hits upstream, then we can queue this for merge window > otherwise we will just have issues and create unbisectable points in the > tree. Takashi promised to create an immutable branch for that purpose. However, I'm currently reworking configfs part of UAC3 for channels configuration handling, which is now more clear after sharing missing parts of UAC3 spec by Pierre-Louis Bossart during host side patches review; so I will send v2 soon. Thanks, Ruslan