From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: alsa-devel@alsa-project.org, Simon@alsa-project.org,
linux-sh@vger.kernel.org,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Magnus Damm <damm@opensource.se>, Horman <horms@verge.net.au>
Subject: Re: [PATCH] ALSA: add a module alias to the FSI driver
Date: Mon, 18 Apr 2011 09:55:55 +0100 [thread overview]
Message-ID: <1303116955.3523.1.camel@odin> (raw)
In-Reply-To: <Pine.LNX.4.64.1104152015190.18593@axis700.grange>
On Fri, 2011-04-15 at 20:17 +0200, Guennadi Liakhovetski wrote:
> This patch enables FSI driver autoloading on sh-mobile systems.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---
> sound/soc/sh/fsi.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
> index 0c9997e..88b669c 100644
> --- a/sound/soc/sh/fsi.c
> +++ b/sound/soc/sh/fsi.c
> @@ -1321,3 +1321,4 @@ module_exit(fsi_mobile_exit);
> MODULE_LICENSE("GPL");
> MODULE_DESCRIPTION("SuperH onchip FSI audio driver");
> MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
> +MODULE_ALIAS("platform:fsi-pcm-audio");
Acked-by: Liam Girdwood <lrg@ti.com>
WARNING: multiple messages have this Message-ID (diff)
From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: alsa-devel@alsa-project.org, Simon@alsa-project.org,
linux-sh@vger.kernel.org,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Magnus Damm <damm@opensource.se>, Horman <horms@verge.net.au>
Subject: Re: [PATCH] ALSA: add a module alias to the FSI driver
Date: Mon, 18 Apr 2011 08:55:55 +0000 [thread overview]
Message-ID: <1303116955.3523.1.camel@odin> (raw)
In-Reply-To: <Pine.LNX.4.64.1104152015190.18593@axis700.grange>
On Fri, 2011-04-15 at 20:17 +0200, Guennadi Liakhovetski wrote:
> This patch enables FSI driver autoloading on sh-mobile systems.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---
> sound/soc/sh/fsi.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
> index 0c9997e..88b669c 100644
> --- a/sound/soc/sh/fsi.c
> +++ b/sound/soc/sh/fsi.c
> @@ -1321,3 +1321,4 @@ module_exit(fsi_mobile_exit);
> MODULE_LICENSE("GPL");
> MODULE_DESCRIPTION("SuperH onchip FSI audio driver");
> MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
> +MODULE_ALIAS("platform:fsi-pcm-audio");
Acked-by: Liam Girdwood <lrg@ti.com>
next prev parent reply other threads:[~2011-04-18 8:55 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-15 18:18 [PATCH] i2c: add a module alias to the sh-mobile driver Guennadi Liakhovetski
2011-04-15 18:18 ` Guennadi Liakhovetski
2011-04-15 18:17 ` [PATCH] ALSA: add a module alias to the FSI driver Guennadi Liakhovetski
2011-04-15 18:17 ` Guennadi Liakhovetski
2011-04-15 18:04 ` [PATCH 2/2] sh: update SDHI configuration symbols in defconfigs Guennadi Liakhovetski
2011-04-15 18:03 ` [PATCH 1/2] sh: fix SD / MMC configuration dependencies on ecovec Guennadi Liakhovetski
2011-04-16 0:37 ` [PATCH 1/2] sh: fix SD / MMC configuration dependencies on Simon Horman
2011-04-18 6:43 ` [PATCH 1/2] sh: fix SD / MMC configuration dependencies on ecovec Guennadi Liakhovetski
2011-04-18 7:56 ` [PATCH 1/2] sh: fix SD / MMC configuration dependencies on Simon Horman
2011-04-18 9:48 ` [PATCH 1/2] sh: fix SD / MMC configuration dependencies on ecovec Paul Mundt
2011-04-18 9:48 ` Paul Mundt
2011-04-16 0:38 ` [PATCH 2/2] sh: update SDHI configuration symbols in defconfigs Simon Horman
2011-04-18 6:49 ` Guennadi Liakhovetski
2011-04-18 8:16 ` Simon Horman
2011-04-18 8:24 ` [PATCH] ALSA: add a module alias to the FSI driver Simon Horman
2011-04-18 8:24 ` Simon Horman
2011-04-18 8:55 ` Liam Girdwood [this message]
2011-04-18 8:55 ` Liam Girdwood
2011-04-18 16:15 ` Mark Brown
2011-04-18 16:15 ` Mark Brown
2011-04-18 8:25 ` [PATCH] i2c: add a module alias to the sh-mobile driver Simon Horman
2011-04-18 8:25 ` Simon Horman
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=1303116955.3523.1.camel@odin \
--to=lrg@slimlogic.co.uk \
--cc=Simon@alsa-project.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=damm@opensource.se \
--cc=g.liakhovetski@gmx.de \
--cc=horms@verge.net.au \
--cc=linux-sh@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.