From patchwork Tue Aug 25 06:31:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Javier Martinez Canillas X-Patchwork-Id: 7068411 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 68CFFC05AC for ; Tue, 25 Aug 2015 06:33:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9C59F2060C for ; Tue, 25 Aug 2015 06:33:07 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id A011820755 for ; Tue, 25 Aug 2015 06:33:06 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id B6E34260672; Tue, 25 Aug 2015 08:33:01 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 86107265015; Tue, 25 Aug 2015 08:32:21 +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 67079264F23; Tue, 25 Aug 2015 08:32:20 +0200 (CEST) Received: from lists.s-osg.org (lists.s-osg.org [54.187.51.154]) by alsa0.perex.cz (Postfix) with ESMTP id 51D12260471 for ; Tue, 25 Aug 2015 08:32:17 +0200 (CEST) Received: from minerva.sisa.samsung.com (121.108.23.95.dynamic.jazztel.es [95.23.108.121]) by lists.s-osg.org (Postfix) with ESMTPSA id 38DA14632D; Mon, 24 Aug 2015 23:32:14 -0700 (PDT) From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Date: Tue, 25 Aug 2015 08:31:14 +0200 Message-Id: <1440484277-32675-5-git-send-email-javier@osg.samsung.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1440484277-32675-1-git-send-email-javier@osg.samsung.com> References: <1440484277-32675-1-git-send-email-javier@osg.samsung.com> Cc: Javier Martinez Canillas , alsa-devel@alsa-project.org, Wolfram Sang , Takashi Iwai Subject: [alsa-devel] [RESEND PATCH 4/7] ALSA: ppc: keywest: Export I2C module alias information 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 The I2C core always reports the MODALIAS uevent as "i2c: --- sound/ppc/keywest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c index 6120a067494a..f644a8c57e0a 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c @@ -101,6 +101,7 @@ static const struct i2c_device_id keywest_i2c_id[] = { { "keywest", 0 }, /* instantiated by us if needed */ { } }; +MODULE_DEVICE_TABLE(i2c, keywest_i2c_id); static struct i2c_driver keywest_driver = { .driver = {