Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3929506imm; Mon, 30 Jul 2018 06:02:52 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdWt4OPnIjuU+Xe1VdudKj5QIKpSsK4GsXDH5ac0V8Ib8IVkJJP8GGVH7xRoYn4UuNQxLVj X-Received: by 2002:a62:6104:: with SMTP id v4-v6mr17815185pfb.122.1532955772416; Mon, 30 Jul 2018 06:02:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532955772; cv=none; d=google.com; s=arc-20160816; b=CadddrUeCQ1XRj33rI77Qmkfl3paVSl/PbulJjTL4Ni/3jvB2j2xyPgmuD6hkHN6A+ xloJ3vcyT4Xa4IS0DeKZxEHDdWRPdgsmSB1fZQsT1YIJWOQ17tIBXbF2a2Y0UbodXew4 VufvsA8epFEK/xgRrsqU91Vq/DlaWQoc2nXqw7MkgoW7CoLZG3UKFxgjWenVXeYGnAQK UTwQp+d9CTvMT9Vidyzy/sQs7uAywKAB5vO5CKdog+9sPIhnttW+LykvFz6s6P0deCvx Kzwe0oXF9N7JeSppQJ4ZX0n9CZHzI+QywEZP2uH3PSeOq7qFYZNafBWc1uwrG9HPs/ov ItlQ== 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=FA1PV8LWlq1Iv7G2xDQ9N9gm7R2mWxEW6wEqhecPfBM=; b=aiLax2rJHQGyUCx6k+yL89F6+QNAUfrDjpQH7PcNkZ/EDsx8EAn1bViRx4DIzn66KH Y7LuA1+VnfrfvWPqRt79KR1V47uyAfaXu2aY2hIvtIh1PyEJPBG1sSOM0+X19Ou5FACd ekI+Dakx9JiqnRCAASBWBBYb2/TPF76bGq2q4OySwxAyxuLxV5g+0Y9Q7fQ7CigF0DT9 CywEwGRY9LrB14btq2bmEFVNj9kjfpm4KZWzZtkI9vKIKoR/8YL1pM2gl/Rg9nxTa0at sHdYnybon93JWzBRsCX/EQQf8mjrjCv7T0zHkiDKZLZ4iwZaPRMKiT1HWZ4TtdGu3LdP M5Lw== 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 v17-v6si11317535pgk.135.2018.07.30.06.02.38; Mon, 30 Jul 2018 06:02:52 -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 S1731961AbeG3OgJ (ORCPT + 99 others); Mon, 30 Jul 2018 10:36:09 -0400 Received: from mx2.suse.de ([195.135.220.15]:51084 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730422AbeG3OgI (ORCPT ); Mon, 30 Jul 2018 10:36:08 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 6388DAE83; Mon, 30 Jul 2018 13:01:14 +0000 (UTC) Date: Mon, 30 Jul 2018 15:01:14 +0200 Message-ID: From: Takashi Iwai To: Jorge Sanjuan Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/4] ALSA: usb-audio: Initial Power Domain support In-Reply-To: <20180730092336.18741-2-jorge.sanjuan@codethink.co.uk> References: <20180719112215.4219-1-jorge.sanjuan@codethink.co.uk> <20180730092336.18741-1-jorge.sanjuan@codethink.co.uk> <20180730092336.18741-2-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/26 (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 Mon, 30 Jul 2018 11:23:33 +0200, Jorge Sanjuan wrote: > > diff --git a/sound/usb/power.c b/sound/usb/power.c > new file mode 100644 > index 000000000000..ce3fea2bd030 > --- /dev/null > +++ b/sound/usb/power.c > @@ -0,0 +1,118 @@ > +/* > + * UAC3 Power Domain state management functions > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > + * > + */ For a new code, let's use the simpler SPDX form. thanks, Takashi