From patchwork Thu Sep 3 10:55:54 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: 7115811 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 421149F32B for ; Thu, 3 Sep 2015 10:56:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 79B53204E7 for ; Thu, 3 Sep 2015 10:56:31 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 43A5320774 for ; Thu, 3 Sep 2015 10:56:30 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 4D20A2657B4; Thu, 3 Sep 2015 12:56:29 +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 C4C97265826; Thu, 3 Sep 2015 12:56: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 C0ABE265834; Thu, 3 Sep 2015 12:56: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 1D831265826 for ; Thu, 3 Sep 2015 12:55:56 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so3586942wic.1 for ; Thu, 03 Sep 2015 03:55:55 -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=aEkSKRRF+9Y715S9N22RhoJy82qpZu4B9WnhQ8u8c4M=; b=BYaLuofZ2gF2J78FtJLBKohew+Vn2tjgI+oYu2Wr7FY73W8nJPZM1JFvZHcSxUmQo0 pJrX0+GdcFpsm/Z8WJy2dn3Nwxt6OTcGmHWmGCiv+irml8B0DjJT1X1mSFpE9TirgM9g y4auc2dczbch/Kzy9UdxlegsREMjRC/aFxpA9HBBAGPuIlW2p8hveY4DFtUrzQNLtD9k 3l8XdstAfVU7GMyn8+ESUQZiqcAw2WZPBY+kBnLzp+Bq5xSKe2cOFhld35a8Eh8O6/sL /cQJnBJ0ztsvchBQPM2Y027aFM+VgeP9KfVldqQ5UywXgg37PH1S3yn+G0iJrgpIOfwB VxuQ== X-Received: by 10.180.23.162 with SMTP id n2mr12989056wif.8.1441277755819; Thu, 03 Sep 2015 03:55:55 -0700 (PDT) Received: from localhost (goodgumbo.baconseed.org. [94.23.38.65]) by smtp.gmail.com with ESMTPSA id lg6sm37174047wjb.10.2015.09.03.03.55.54 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 03 Sep 2015 03:55:55 -0700 (PDT) Date: Thu, 3 Sep 2015 12:55:54 +0200 From: Luis de Bethencourt To: linux-kernel@vger.kernel.org Message-ID: <20150903105554.GA16761@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, Support Opensource , Liam Girdwood , Takashi Iwai , Javier Martinez Canillas , Mark Brown Subject: [alsa-devel] [PATCH 02/12] ASoC: da9055: 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 Acked-by: Adam Thomson --- sound/soc/codecs/da9055.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/da9055.c b/sound/soc/codecs/da9055.c index 66bb446..ab39de6 100644 --- a/sound/soc/codecs/da9055.c +++ b/sound/soc/codecs/da9055.c @@ -1533,6 +1533,7 @@ static const struct of_device_id da9055_of_match[] = { { .compatible = "dlg,da9055-codec", }, { } }; +MODULE_DEVICE_TABLE(of, da9055_of_match); /* I2C codec control layer */ static struct i2c_driver da9055_i2c_driver = {