From patchwork Thu Jul 30 16:18:38 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: 6904211 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 F15429F358 for ; Thu, 30 Jul 2015 16:27:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 20C3C205E5 for ; Thu, 30 Jul 2015 16:27:14 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id D17402055A for ; Thu, 30 Jul 2015 16:27:12 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 03F372664FB; Thu, 30 Jul 2015 18:27:12 +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 D9020265D98; Thu, 30 Jul 2015 18:21:57 +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 3BFAA265CA5; Thu, 30 Jul 2015 18:20:06 +0200 (CEST) Received: from lists.s-osg.org (lists.s-osg.org [54.187.51.154]) by alsa0.perex.cz (Postfix) with ESMTP id E6A042608ED for ; Thu, 30 Jul 2015 18:19:58 +0200 (CEST) Received: from localhost.localdomain (119.3.11.37.dynamic.jazztel.es [37.11.3.119]) by lists.s-osg.org (Postfix) with ESMTPSA id 402FA46328; Thu, 30 Jul 2015 09:19:57 -0700 (PDT) From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Date: Thu, 30 Jul 2015 18:18:38 +0200 Message-Id: <1438273132-20926-14-git-send-email-javier@osg.samsung.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1438273132-20926-1-git-send-email-javier@osg.samsung.com> References: <1438273132-20926-1-git-send-email-javier@osg.samsung.com> X-Mailman-Approved-At: Thu, 30 Jul 2015 18:21:47 +0200 Cc: Javier Martinez Canillas , alsa-devel@alsa-project.org, Takashi Iwai Subject: [alsa-devel] [PATCH 13/27] 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 = {