From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB1DEC433DB for ; Sat, 27 Feb 2021 07:51:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF6D364EB3 for ; Sat, 27 Feb 2021 07:51:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230040AbhB0Hvk (ORCPT ); Sat, 27 Feb 2021 02:51:40 -0500 Received: from mx2.suse.de ([195.135.220.15]:55276 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229795AbhB0Hvi (ORCPT ); Sat, 27 Feb 2021 02:51:38 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id B1D21AAC5; Sat, 27 Feb 2021 07:50:56 +0000 (UTC) Date: Sat, 27 Feb 2021 08:50:56 +0100 Message-ID: From: Takashi Iwai To: Anton Yakovlev Cc: "Michael S. Tsirkin" , , , , Jaroslav Kysela , Takashi Iwai , Subject: Re: [PATCH v5 6/9] ALSA: virtio: PCM substream operators In-Reply-To: <50921122-85f3-14d1-abf1-e20875403771@opensynergy.com> References: <20210222153444.348390-1-anton.yakovlev@opensynergy.com> <20210222153444.348390-7-anton.yakovlev@opensynergy.com> <20210225135951-mutt-send-email-mst@kernel.org> <50921122-85f3-14d1-abf1-e20875403771@opensynergy.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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 26 Feb 2021 21:19:58 +0100, Anton Yakovlev wrote: > > On 25.02.2021 21:30, Takashi Iwai wrote:> On Thu, 25 Feb 2021 20:02:50 > +0100, > > Michael S. Tsirkin wrote: > >> > > [snip] > > >> If you want to merge it yourself instead, also please say so. > > > > I don't mind who take the patches, although it looks more fitting to > > merge through sound git tree if judging from the changes put in > > sound/* directory. > > Then should I update the MAINTAINERS and add Takashi instead of > Michael, or should I put both of you there? No need for that, I'm already named as the generic sound/* stuff maintainer. And, it's rather more about how the merge gets pushed up to upstream. In general, the stuff belonging to a subsystem goes via the subsystem tree, e.g. Mark has been maintaining ASoC stuff in his tree while it gets merged sound.git tree to Linus. Similarly, it's fine if Michael wants to keep a sub-subsystem tree for virtio_snd, too. But keeping a dedicated git repo for a single driver isn't often worthwhile. Of course, it's no strict rule, and I don't mind if anybody has a strong reason to process in other ways, too. Just let me know. thanks, Takashi