From patchwork Sat Mar 10 02:24:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 10273017 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 8BF8E60236 for ; Sat, 10 Mar 2018 02:31:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 77BB229E54 for ; Sat, 10 Mar 2018 02:31:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6A59629E5B; Sat, 10 Mar 2018 02:31:33 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no 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 93FB329E54 for ; Sat, 10 Mar 2018 02:31:32 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id CF58B267720; Sat, 10 Mar 2018 03:29:21 +0100 (CET) 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 639E926769E; Sat, 10 Mar 2018 03:28:27 +0100 (CET) Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by alsa0.perex.cz (Postfix) with ESMTP id D2CEE2676A9 for ; Sat, 10 Mar 2018 03:28:12 +0100 (CET) Received: by mail-wr0-f196.google.com with SMTP id r66so3092894wrb.6 for ; Fri, 09 Mar 2018 18:28:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ZicNPN2qc1NG2DCZ67p3mqOxv3nX0kWsDK3x7qtrNSk=; b=Dk3JBrZa6hAGt+4y8CrmUz2QsUwIJRXm8d9gD1jTE/bx5EtqVzwZSaMIWDXhjIgn0h q5ZfdsVRHasBvBJcnLnAbTpikyyckJC49ykf4nbB/HMTobeG0SQ/0RFZO7icqK9GL8m6 87G8MvT7IZZZreRWm7aF9+xkN0EDMEqNcHZO4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ZicNPN2qc1NG2DCZ67p3mqOxv3nX0kWsDK3x7qtrNSk=; b=r6JaB1ljx+jSDwcbMvErJtm9alY0DmQFGrW65Bb3ig3mz3tJrKh8x+QPGD5aD7BnY7 Yy4qxNXaclHWvQR7e6ldztTEIv4bH9NXb7ElPr+ilFSry1aacRoc6ulyt/vnIJ1AGmO+ 91A3iXpiXxdaxa6Xfz/C6WZWDBhu9/8mGuw+tjrURwDM2BK8hqfhx0VMhMGjWtxpZj/p 6KZyLY7556qIypo//VCXZurm46B202gJO8k0hcf0orSyf96LZG/EJ+axCW3R3ncK78It Y+yYCdhb9+9/HKXkeSioPXBsF9StPbY7XCbA6HtdGQhMFLMRrxj/2APoprBgFt/fyOJM iF5Q== X-Gm-Message-State: AElRT7GwosG4QtdcCkaDaHOrqTFGtYeXOJA3sUJPRH+ObyhhkPWczdbN PAuc8rJ4cZcXrsJtGIFINHVb3A== X-Google-Smtp-Source: AG47ELtqEWJN5xHJ9tcZrUS0deMOAnfTEIzK8eBLvLKHP06lfJTbbQdp31qKOe2QD0+orhqLCcxY2A== X-Received: by 10.223.131.38 with SMTP id 35mr394345wrd.197.1520648892253; Fri, 09 Mar 2018 18:28:12 -0800 (PST) Received: from localhost.localdomain (cpc90716-aztw32-2-0-cust92.18-1.cable.virginm.net. [86.26.100.93]) by smtp.gmail.com with ESMTPSA id g78sm21489wmc.31.2018.03.09.18.28.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 09 Mar 2018 18:28:11 -0800 (PST) From: srinivas.kandagatla@linaro.org To: andy.gross@linaro.org, broonie@kernel.org, linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org, robh+dt@kernel.org Date: Sat, 10 Mar 2018 02:24:56 +0000 Message-Id: <20180310022456.26739-25-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180310022456.26739-1-srinivas.kandagatla@linaro.org> References: <20180310022456.26739-1-srinivas.kandagatla@linaro.org> Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, bgoswami@codeaurora.org, rohkumar@qti.qualcomm.com, gregkh@linuxfoundation.org, plai@codeaurora.org, lgirdwood@gmail.com, tiwai@suse.com, david.brown@linaro.org, srinivas.kandagatla@linaro.org, linux-arm-kernel@lists.infradead.org, spatakok@qti.qualcomm.com, linux-kernel@vger.kernel.org Subject: [alsa-devel] [PATCH v4 24/24] MAINTAINERS: Add myself as co-maintainer of qcom audio 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 From: Srinivas Kandagatla Add myself as co-maintainer of qcom audio drivers Signed-off-by: Srinivas Kandagatla --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 93a12af4f180..7463122a1184 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11343,6 +11343,7 @@ F: drivers/crypto/qat/ QCOM AUDIO (ASoC) DRIVERS M: Patrick Lai M: Banajit Goswami +M: Srinivas Kandagatla L: alsa-devel@alsa-project.org (moderated for non-subscribers) S: Supported F: sound/soc/qcom/