From: Guillaume Gardet <guillaume.gardet@free.fr>
To: linux-omap@vger.kernel.org
Subject: [PATCH] Add missing modules aliases to get sound working on omap devices
Date: Wed, 04 Jul 2012 12:16:08 +0200 [thread overview]
Message-ID: <4FF417E8.1060008@free.fr> (raw)
[-- 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");
next reply other threads:[~2012-07-04 10:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-04 10:16 Guillaume Gardet [this message]
2012-07-06 7:05 ` [PATCH] Add missing modules aliases to get sound working on omap devices Peter Ujfalusi
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=4FF417E8.1060008@free.fr \
--to=guillaume.gardet@free.fr \
--cc=linux-omap@vger.kernel.org \
/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.