Message ID | 1465893003-12477-1-git-send-email-srinivas.kandagatla@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <alsa-devel-bounces@alsa-project.org> 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 1D3E660772 for <patchwork-alsa-devel@patchwork.kernel.org>; Tue, 14 Jun 2016 08:30:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0B1422793B for <patchwork-alsa-devel@patchwork.kernel.org>; Tue, 14 Jun 2016 08:30:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0004B27C8F; Tue, 14 Jun 2016 08:30:31 +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 10F9128047 for <patchwork-alsa-devel@patchwork.kernel.org>; Tue, 14 Jun 2016 08:30:28 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id B2EC026669B; Tue, 14 Jun 2016 10:30:21 +0200 (CEST) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id AA83E266005; Tue, 14 Jun 2016 10:30:12 +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 0B96C266097; Tue, 14 Jun 2016 10:30:12 +0200 (CEST) Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by alsa0.perex.cz (Postfix) with ESMTP id 62F94265ABD for <alsa-devel@alsa-project.org>; Tue, 14 Jun 2016 10:30:06 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id v199so109912660wmv.0 for <alsa-devel@alsa-project.org>; Tue, 14 Jun 2016 01:30:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=MbHxkCZqpl6HIW7v9ljnmNu/Z2fKNzY/tmzmxi+MFco=; b=bBXF+yJhW6iavXCTK+GEFXp6K+Va/ZjgGPrtTp4IzNb05AFnienmC9gV9tir07kOpw QdYfGo5xrE2AJqDLy4RrodI3a1buICYev6p4zptWHvE2CLmnLMM4Vj2dwXrEPgtRucLk fgUkVIcG8T6DEfCOnoHCMboyxPHVcCu3oeJsA= 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; bh=MbHxkCZqpl6HIW7v9ljnmNu/Z2fKNzY/tmzmxi+MFco=; b=ZAjoZeN/CA4VtFbwYQkGDOGPeGk6sMuYnXu2prmL0QE2oVhQyPiQ9aSyXLNTbBaNJm EouHP47ylWKrkpdy4pa83eeH3h++9PY+6G7S0NgAQLGyc8cOt6tISwQnr0qzfSWh9bbm 3nSbC4FPSJ6z5qHGMeoUrdMLTuhsooHI9mHuJGOrJrKazCuqmYKcIoLyF2ZYkmllj2Z1 MHYJ20HOxZxYJvHJsryPZRJ5Sse2mSeoLP7hQFwiLClfGRfdpr317Kcp3TqKXvnNlPx7 Y7ul7OCZEjXt3lT7urnMLtWJLxiONe7zjXOVwmkNwWdlBCwj7TaHpg0fj20OYoJCors9 nyCg== X-Gm-Message-State: ALyK8tIL4h3HkztMou1wxFXAim69sLAG6+CbkRghMQ51S9b172FyXPtBXBHefXstxfLG5ZtG X-Received: by 10.28.184.5 with SMTP id i5mr4812033wmf.85.1465893006024; Tue, 14 Jun 2016 01:30:06 -0700 (PDT) Received: from localhost.localdomain (host-92-17-247-99.as13285.net. [92.17.247.99]) by smtp.gmail.com with ESMTPSA id h8sm31658551wjg.9.2016.06.14.01.30.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Jun 2016 01:30:05 -0700 (PDT) From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> To: Mark Brown <broonie@kernel.org>, alsa-devel@alsa-project.org Date: Tue, 14 Jun 2016 09:30:02 +0100 Message-Id: <1465893003-12477-1-git-send-email-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.7.4 Cc: kwestfie@codeaurora.org, Banajit Goswami <bgoswami@codeaurora.org>, Liam Girdwood <lgirdwood@gmail.com>, linux-kernel@vger.kernel.org, Patrick Lai <plai@codeaurora.org>, Takashi Iwai <tiwai@suse.com>, Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Subject: [alsa-devel] [PATCH v2 1/2] sound: lpass-cpu: add module licence and description 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" <alsa-devel.alsa-project.org> List-Unsubscribe: <http://mailman.alsa-project.org/mailman/options/alsa-devel>, <mailto:alsa-devel-request@alsa-project.org?subject=unsubscribe> List-Archive: <http://mailman.alsa-project.org/pipermail/alsa-devel/> List-Post: <mailto:alsa-devel@alsa-project.org> List-Help: <mailto:alsa-devel-request@alsa-project.org?subject=help> List-Subscribe: <http://mailman.alsa-project.org/mailman/listinfo/alsa-devel>, <mailto:alsa-devel-request@alsa-project.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/sound/soc/qcom/lpass-cpu.c b/sound/soc/qcom/lpass-cpu.c index 3cde9fb..eff3f9a 100644 --- a/sound/soc/qcom/lpass-cpu.c +++ b/sound/soc/qcom/lpass-cpu.c @@ -586,3 +586,6 @@ int asoc_qcom_lpass_cpu_platform_remove(struct platform_device *pdev) return 0; } EXPORT_SYMBOL_GPL(asoc_qcom_lpass_cpu_platform_remove); + +MODULE_DESCRIPTION("QTi LPASS CPU Driver"); +MODULE_LICENSE("GPL v2");