linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

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).