From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: guillaume.gardet@free.fr
Cc: linux-omap@vger.kernel.org,
"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
Jarkko Nikula <jarkko.nikula@bitmer.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
"Girdwood, Liam" <lrg@ti.com>
Subject: Re: [PATCH] Add missing modules aliases to get sound working on omap devices
Date: Fri, 06 Jul 2012 09:05:29 +0200 [thread overview]
Message-ID: <4FF68E39.2050307@ti.com> (raw)
In-Reply-To: <4FF417E8.1060008@free.fr>
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
prev parent reply other threads:[~2012-07-06 7:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=4FF68E39.2050307@ti.com \
--to=peter.ujfalusi@ti.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=guillaume.gardet@free.fr \
--cc=jarkko.nikula@bitmer.com \
--cc=linux-omap@vger.kernel.org \
--cc=lrg@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.