From patchwork Thu Sep 3 10:56:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis de Bethencourt X-Patchwork-Id: 7115851 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 7133A9F32B for ; Thu, 3 Sep 2015 10:57:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A050C2081C for ; Thu, 3 Sep 2015 10:57:36 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 866B020816 for ; Thu, 3 Sep 2015 10:57:35 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id BA09B265866; Thu, 3 Sep 2015 12:57:33 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 7264E2606A8; Thu, 3 Sep 2015 12:57:08 +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 C749B2606B2; Thu, 3 Sep 2015 12:57:07 +0200 (CEST) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by alsa0.perex.cz (Postfix) with ESMTP id CC98E2606A8 for ; Thu, 3 Sep 2015 12:56:30 +0200 (CEST) Received: by wicmc4 with SMTP id mc4so15644376wic.0 for ; Thu, 03 Sep 2015 03:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=gLGnm0Jhzge6CECuF3QyWeFr3rbb9gRjOOyEEp3Jm9I=; b=eWs1cacBm5ndHA/sATkYpuhEXm/fmO2OaLicN+Gc82aBlLROy20j3xrl/gBmtY5wT4 z2R9GmYqi82EzMdemH8m45Hwsfi/o7Q/B/jNMS6WCxgznHFiE8hfgcGaLwOPLeyLHIqi JNnGgEyOc2Njm+NBh7gND/kRCSidxHoF6HuDjsm5f8Sa1DC3G5Zj/WLrCZBcn+P8ICof CLo29GaYlBNmRSS4uoqvgK+zYrQUp9x2T0MPZ9Zk7VERrGRguYrkQVdOFtjRWUmJS9Fq ID4XDQ5m28DXYLs+8USgfqsKDGA+d8F8FjWjNqXtzUMdUbdesWy/+Lz+NnFuDa44/emA GHhQ== X-Received: by 10.194.121.131 with SMTP id lk3mr47819009wjb.77.1441277790599; Thu, 03 Sep 2015 03:56:30 -0700 (PDT) Received: from localhost (goodgumbo.baconseed.org. [94.23.38.65]) by smtp.gmail.com with ESMTPSA id jr5sm37187141wjc.14.2015.09.03.03.56.29 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 03 Sep 2015 03:56:29 -0700 (PDT) Date: Thu, 3 Sep 2015 12:56:29 +0200 From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Message-ID: <20150903105629.GA16812@goodgumbo.baconseed.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen , patches@opensource.wolfsonmicro.com, Takashi Iwai , Liam Girdwood , Javier Martinez Canillas , Mark Brown , Charles Keepax Subject: [alsa-devel] [PATCH 03/12] ASoC: wm8510: Fix module autoload for OF platform 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- sound/soc/codecs/wm8510.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c index dac5beb..0617415 100644 --- a/sound/soc/codecs/wm8510.c +++ b/sound/soc/codecs/wm8510.c @@ -598,6 +598,7 @@ static const struct of_device_id wm8510_of_match[] = { { .compatible = "wlf,wm8510" }, { }, }; +MODULE_DEVICE_TABLE(of, wm8510_of_match); static const struct regmap_config wm8510_regmap = { .reg_bits = 7,