* [PATCH] Add missing modules aliases to get sound working on omap devices
@ 2012-07-04 10:16 Guillaume Gardet
2012-07-06 7:05 ` Peter Ujfalusi
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Gardet @ 2012-07-04 10:16 UTC (permalink / raw)
To: linux-omap
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]
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-rc5 vanilla.
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
[-- Attachment #2: add-missing-modules-aliases-to-fix-audio-on-omap-devices.patch --]
[-- Type: text/x-patch, Size: 751 bytes --]
--- ./sound/soc/omap/omap-pcm.c.orig 2012-07-04 10:30:13.611641186 +0200
+++ ./sound/soc/omap/omap-pcm.c 2012-07-04 10:30:38.894034111 +0200
@@ -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");
--- ./sound/soc/omap/omap-mcbsp.c.orig 2012-07-04 10:29:14.240066817 +0200
+++ ./sound/soc/omap/omap-mcbsp.c 2012-07-04 12:03:28.020756978 +0200
@@ -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-dai");
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Add missing modules aliases to get sound working on omap devices
2012-07-04 10:16 [PATCH] Add missing modules aliases to get sound working on omap devices Guillaume Gardet
@ 2012-07-06 7:05 ` Peter Ujfalusi
0 siblings, 0 replies; 2+ messages in thread
From: Peter Ujfalusi @ 2012-07-06 7:05 UTC (permalink / raw)
To: guillaume.gardet
Cc: linux-omap, alsa-devel@alsa-project.org, Jarkko Nikula,
Mark Brown, Girdwood, Liam
On 07/04/2012 12:16 PM, 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-rc5 vanilla.
>
> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
>
> add-missing-modules-aliases-to-fix-audio-on-omap-devices.patch
Can you send the patch generated by git format-patch?
Since this is sound related patch, please send it to alsa-devel.
Please also CC the maintainers for the patches to be sure they are reaching
the right audience.
> --- ./sound/soc/omap/omap-pcm.c.orig 2012-07-04 10:30:13.611641186 +0200
> +++ ./sound/soc/omap/omap-pcm.c 2012-07-04 10:30:38.894034111 +0200
> @@ -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");
> --- ./sound/soc/omap/omap-mcbsp.c.orig 2012-07-04 10:29:14.240066817 +0200
> +++ ./sound/soc/omap/omap-mcbsp.c 2012-07-04 12:03:28.020756978 +0200
> @@ -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-dai");
This should be:
+MODULE_ALIAS("platform:omap-mcbsp");
--
Péter
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-06 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 10:16 [PATCH] Add missing modules aliases to get sound working on omap devices Guillaume Gardet
2012-07-06 7:05 ` Peter Ujfalusi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).