All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guillaume Gardet <guillaume.gardet@free.fr>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: linux-omap@vger.kernel.org, alsa-devel@alsa-project.org,
	peter.ujfalusi@ti.com, mans.rullgard@linaro.org,
	Liam Girdwood <lrg@ti.com>
Subject: Re: [PATCH V2] Add missing modules aliases to get sound working on omap devices
Date: Tue, 17 Jul 2012 15:31:11 +0200	[thread overview]
Message-ID: <5005691F.9010301@free.fr> (raw)
In-Reply-To: <20120713100953.GF4215@opensource.wolfsonmicro.com>

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 <guillaume.gardet@free.fr>
>> Signed-off-by: Mans Rullgard <mans.rullgard@linaro.org>
>>
>>
>>  From 18b1ba8becc3dd256bdaad2d825f46b551debda3 Mon Sep 17 00:00:00 2001
>> From: Guillaume GARDET <guillaume.gardet@oliseo.fr>
>> 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 <guillaume.gardet@free.fr>
Signed-off-by: Mans Rullgard <mans.rullgard@linaro.org>


 From 18b1ba8becc3dd256bdaad2d825f46b551debda3 Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@oliseo.fr>
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 <jarkko.nikula@bitmer.com>");
  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 <jarkko.nikula@bitmer.com>");
  MODULE_DESCRIPTION("OMAP PCM DMA module");
  MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:omap-pcm-audio");
-- 
1.7.7


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2012-07-17 13:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-12 13:08 [PATCH V2] Add missing modules aliases to get sound working on omap devices Guillaume Gardet
2012-07-13 10:09 ` Mark Brown
2012-07-17 13:31   ` Guillaume Gardet [this message]
2012-07-17 13:37     ` Mark Brown
2012-07-26 22:00 ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5005691F.9010301@free.fr \
    --to=guillaume.gardet@free.fr \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=lrg@ti.com \
    --cc=mans.rullgard@linaro.org \
    --cc=peter.ujfalusi@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.