From patchwork Mon May 4 00:00:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Cernekee X-Patchwork-Id: 6322511 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 182159F374 for ; Mon, 4 May 2015 00:02:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 530AF20382 for ; Mon, 4 May 2015 00:02:48 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 28D9220381 for ; Mon, 4 May 2015 00:02:47 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 4C1582619FF; Mon, 4 May 2015 02:02:46 +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 8849726065F; Mon, 4 May 2015 02:00:55 +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 C74DC2605AB; Mon, 4 May 2015 02:00:53 +0200 (CEST) Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) by alsa0.perex.cz (Postfix) with ESMTP id 77F992605C3 for ; Mon, 4 May 2015 02:00:46 +0200 (CEST) Received: by igblo3 with SMTP id lo3so70881058igb.0 for ; Sun, 03 May 2015 17:00:45 -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=OAsXKlOk9L4H8P9Vf+QAetPZX1n9l4rmsHwrdfM7nQJTMo5jWyZ+jE+JHRDM1fhGtm xlrPqjXwAxgVijXgTTkoZDk9M4kxlcLneVesAtM4ea6IH4kLJr5itrQLc/eK2RMhw51D nVtYl9ojbP6zGZPHdBtowprmlK9vhwemUxQ9z0A67POra6EEnjqKKvUDH0rw5QsfwVUn IEaKwjnI2SzOitWsK2MxLlvEC7rQoUvisKikGXmTqlIYztxLrxyz6vrzWU2sbjnjFBae fWQEvwmPHW0udk8El0A56u0MKWJMa5JfH2WlX8lgtKZ1TRgHi+ZLcAEAoIuli52+DojB ug+A== X-Gm-Message-State: ALoCoQmZiCKtz5cmjVESkQGusy+LvIVukUSlpBwE5oecNB9wLgkMhyAXOf4fGwhyYTj/NaGQloP9 X-Received: by 10.42.51.199 with SMTP id f7mr10756967icg.58.1430697645705; Sun, 03 May 2015 17:00:45 -0700 (PDT) Received: from kcl.mtv.corp.google.com ([172.22.66.15]) by mx.google.com with ESMTPSA id 37sm8580423ioj.0.2015.05.03.17.00.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 03 May 2015 17:00:44 -0700 (PDT) From: Kevin Cernekee To: lgirdwood@gmail.com, broonie@kernel.org Date: Sun, 3 May 2015 17:00:19 -0700 Message-Id: <1430697619-22773-5-git-send-email-cernekee@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1430697619-22773-1-git-send-email-cernekee@chromium.org> References: <1430697619-22773-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 V3 4/4] 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)