From patchwork Tue May 5 22:14:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Cernekee X-Patchwork-Id: 6344571 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E5FBA9F32E for ; Tue, 5 May 2015 22:17:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2DDC02022D for ; Tue, 5 May 2015 22:17:26 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 0673E20221 for ; Tue, 5 May 2015 22:17:25 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id E7165265872; Wed, 6 May 2015 00:17:22 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 8FD382654C9; Wed, 6 May 2015 00:15:02 +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 B7A832654CE; Wed, 6 May 2015 00:15:01 +0200 (CEST) Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) by alsa0.perex.cz (Postfix) with ESMTP id EFB442604AB for ; Wed, 6 May 2015 00:14:32 +0200 (CEST) Received: by igbhj9 with SMTP id hj9so1173146igb.1 for ; Tue, 05 May 2015 15:14:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=3ZqYNokWsU5hZDrN5Pm5VpxgJudkiGHFmTKRnPLbaI8=; b=h4QGNFwueqhqsi9V02auGc4j9K6ffz7WcoUW//98DacELQyL9vT+25EqE/x6xivyOo EFHfhHHSD8qJ7tGJL1dFTJ91B/k7Bwd8BknrBlKklph6OzyNNYLJhvxgkoNfhauPj4vw Ukk/T8kqhIZEW4TJNC4jtVV5qYE79MMuL9NdQnBzsNrRakYT1A5aQm4DuIdKHo52a6ZL 2VjsXF+n2anblSSR+IvZQsEd+/jhJpUIITjXkUriLlDIqbSWewpWsF8IWcbDrVnpXKGw 51u/NVFnT5cS3x4YAdZ9KO3Sa3ZF5w6x9cFsY6OzXYWVde/ApGwki3Fm0h7FIg++QwJF zhgw== X-Gm-Message-State: ALoCoQkbpg9hiDmcsjIRIaJwGGh9Qv4b/Kr+YwGZxvu+IQm1TbFgjXZnDyGBb7tOzHALzLIPnCqz X-Received: by 10.42.129.73 with SMTP id p9mr34734234ics.48.1430864072350; Tue, 05 May 2015 15:14:32 -0700 (PDT) Received: from kcl.mtv.corp.google.com ([172.22.66.15]) by mx.google.com with ESMTPSA id 9sm12629669iom.29.2015.05.05.15.14.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 May 2015 15:14:31 -0700 (PDT) From: Kevin Cernekee To: lgirdwood@gmail.com, broonie@kernel.org Date: Tue, 5 May 2015 15:14:17 -0700 Message-Id: <1430864057-3848-6-git-send-email-cernekee@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1430864057-3848-1-git-send-email-cernekee@chromium.org> References: <1430864057-3848-1-git-send-email-cernekee@chromium.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, lars@metafoo.de, abrestic@chromium.org, linux-kernel@vger.kernel.org, dgreid@chromium.org, olofj@chromium.org Subject: [alsa-devel] [PATCH V4 5/5] MAINTAINERS: Add entry for tas571x ASoC codec driver 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 Add self as maintainer for the new driver. Signed-off-by: Kevin Cernekee --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ea0001760035..15153fc37cc4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9878,6 +9878,12 @@ L: netdev@vger.kernel.org S: Maintained F: drivers/net/ethernet/ti/netcp* +TI TAS571X FAMILY ASoC CODEC DRIVER +M: Kevin Cernekee +L: alsa-devel@alsa-project.org (moderated for non-subscribers) +S: Odd Fixes +F: sound/soc/codecs/tas571x* + TI TWL4030 SERIES SOC CODEC DRIVER M: Peter Ujfalusi L: alsa-devel@alsa-project.org (moderated for non-subscribers)