From patchwork Tue Jul 17 13:31:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Guillaume GARDET X-Patchwork-Id: 1205031 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id CCF8F40071 for ; Tue, 17 Jul 2012 13:31:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754398Ab2GQNbQ (ORCPT ); Tue, 17 Jul 2012 09:31:16 -0400 Received: from smtp2.tech.numericable.fr ([82.216.111.38]:54121 "EHLO smtp2.tech.numericable.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754145Ab2GQNbO (ORCPT ); Tue, 17 Jul 2012 09:31:14 -0400 Received: from [192.168.1.111] (164.60-224-89.dsl.completel.net [89.224.60.164]) by smtp2.tech.numericable.fr (Postfix) with ESMTP id 12EC518D80C; Tue, 17 Jul 2012 15:31:11 +0200 (CEST) Message-ID: <5005691F.9010301@free.fr> Date: Tue, 17 Jul 2012 15:31:11 +0200 From: Guillaume Gardet Reply-To: guillaume.gardet@free.fr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120601 Thunderbird/13.0 MIME-Version: 1.0 To: Mark Brown CC: linux-omap@vger.kernel.org, alsa-devel@alsa-project.org, peter.ujfalusi@ti.com, mans.rullgard@linaro.org, Liam Girdwood Subject: Re: [PATCH V2] Add missing modules aliases to get sound working on omap devices References: <4FFECC40.5020502@free.fr> <20120713100953.GF4215@opensource.wolfsonmicro.com> In-Reply-To: <20120713100953.GF4215@opensource.wolfsonmicro.com> X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeegkedrjeekucetufdoteggodetrfdofgetucfrrhhofhhilhgvmecupfgfoffgtffkveetuefngfenuceurghilhhouhhtmecufedttdenuc Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, Le 13/07/2012 12:09, Mark Brown a écrit : > On Thu, Jul 12, 2012 at 03:08:16PM +0200, Guillaume Gardet wrote: >> This patch add missing modules aliases to get sound working on omap devices. >> >> Tested on Beagleboard xM rev. B. >> >> This patch is against 3.5-rc6 vanilla. >> >> Signed-off-by: Guillaume GARDET >> Signed-off-by: Mans Rullgard >> >> >> From 18b1ba8becc3dd256bdaad2d825f46b551debda3 Mon Sep 17 00:00:00 2001 >> From: Guillaume GARDET >> Date: Tue, 10 Jul 2012 13:47:16 +0200 > Please resend in the format from SubmittingPatches rather than as an > attachment. Ok. Please find the patch below. This patch add missing modules aliases to get sound working on omap devices. Tested on Beagleboard xM rev. B. This patch is against 3.5-rc6 vanilla. Signed-off-by: Guillaume GARDET Signed-off-by: Mans Rullgard From 18b1ba8becc3dd256bdaad2d825f46b551debda3 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 10 Jul 2012 13:47:16 +0200 Subject: [PATCH] Add missing modules aliases to fix audio on omap devices --- sound/soc/omap/omap-mcbsp.c | 1 + sound/soc/omap/omap-pcm.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 1046083..acdd3ef 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c @@ -820,3 +820,4 @@ module_platform_driver(asoc_mcbsp_driver); MODULE_AUTHOR("Jarkko Nikula "); MODULE_DESCRIPTION("OMAP I2S SoC Interface"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:omap-mcbsp"); diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c index 5a649da..f0feb06 100644 --- a/sound/soc/omap/omap-pcm.c +++ b/sound/soc/omap/omap-pcm.c @@ -441,3 +441,4 @@ module_platform_driver(omap_pcm_driver); MODULE_AUTHOR("Jarkko Nikula "); MODULE_DESCRIPTION("OMAP PCM DMA module"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:omap-pcm-audio");