From patchwork Tue Aug 23 08:52:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Iooss X-Patchwork-Id: 9295209 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8D23A607D0 for ; Tue, 23 Aug 2016 08:53:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 79B8F28B46 for ; Tue, 23 Aug 2016 08:53:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6EB4C28B6B; Tue, 23 Aug 2016 08:53:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D8AF628B46 for ; Tue, 23 Aug 2016 08:53:25 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 0B6A0266C5F; Tue, 23 Aug 2016 10:53:25 +0200 (CEST) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 0B91E266CAF; Tue, 23 Aug 2016 10:53:22 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id B358A266D17; Tue, 23 Aug 2016 10:53:20 +0200 (CEST) Received: from mx1.polytechnique.org (mx1.polytechnique.org [129.104.30.34]) by alsa0.perex.cz (Postfix) with ESMTP id C7163266C5F for ; Tue, 23 Aug 2016 10:53:08 +0200 (CEST) Received: from localhost.localdomain (32.206.133.77.rev.sfr.net [77.133.206.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTPSA id ECBA75646CA; Tue, 23 Aug 2016 10:53:07 +0200 (CEST) From: Nicolas Iooss To: Liam Girdwood , Mark Brown , Kuninori Morimoto , alsa-devel@alsa-project.org Date: Tue, 23 Aug 2016 10:52:47 +0200 Message-Id: <20160823085247.6158-1-nicolas.iooss_linux@m4x.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160823085122.5859-1-nicolas.iooss_linux@m4x.org> References: <20160823085122.5859-1-nicolas.iooss_linux@m4x.org> X-AV-Checked: ClamAV using ClamSMTP at svoboda.polytechnique.org (Tue Aug 23 10:53:08 2016 +0200 (CEST)) Cc: linux-kernel@vger.kernel.org Subject: [alsa-devel] [PATCH 2/2] MAINTAINERS: document ASoC header files X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP include/sound/simple_card_utils.h is handled by ASoC maintainers, as stated in https://lkml.org/lkml/2016/8/22/307, and include/sound/simple_card.h seems to be an ASoC file too. Signed-off-by: Nicolas Iooss --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0bbe4b105c34..c840582d1439 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11012,6 +11012,8 @@ S: Supported F: Documentation/devicetree/bindings/sound/ F: Documentation/sound/alsa/soc/ F: sound/soc/ +F: include/sound/simple_card.h +F: include/sound/simple_card_utils.h F: include/sound/soc* SOUND - DMAENGINE HELPERS