* [PATCH] eukrea-tlv320: fix platform_name
@ 2011-02-25 12:47 ` Eric Bénard
0 siblings, 0 replies; 8+ messages in thread
From: Eric Bénard @ 2011-02-25 12:47 UTC (permalink / raw)
To: alsa-devel; +Cc: s.hauer, broonie, linux-arm-kernel, lrg
commit f0fba2ad1b6b53d5360125c41953b7afcd6deff0 included a mistake
on the name of the platform in the snd_soc_dai_link structure.
Signed-off-by: Eric Bénard <eric@eukrea.com>
---
sound/soc/imx/eukrea-tlv320.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/imx/eukrea-tlv320.c b/sound/soc/imx/eukrea-tlv320.c
index e20c9e1..1e9bcca 100644
--- a/sound/soc/imx/eukrea-tlv320.c
+++ b/sound/soc/imx/eukrea-tlv320.c
@@ -79,7 +79,7 @@ static struct snd_soc_dai_link eukrea_tlv320_dai = {
.name = "tlv320aic23",
.stream_name = "TLV320AIC23",
.codec_dai_name = "tlv320aic23-hifi",
- .platform_name = "imx-pcm-audio.0",
+ .platform_name = "imx-fiq-pcm-audio.0",
.codec_name = "tlv320aic23-codec.0-001a",
.cpu_dai_name = "imx-ssi.0",
.ops = &eukrea_tlv320_snd_ops,
--
1.7.4
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH] eukrea-tlv320: fix platform_name
@ 2011-02-25 12:47 ` Eric Bénard
0 siblings, 0 replies; 8+ messages in thread
From: Eric Bénard @ 2011-02-25 12:47 UTC (permalink / raw)
To: linux-arm-kernel
commit f0fba2ad1b6b53d5360125c41953b7afcd6deff0 included a mistake
on the name of the platform in the snd_soc_dai_link structure.
Signed-off-by: Eric B?nard <eric@eukrea.com>
---
sound/soc/imx/eukrea-tlv320.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/imx/eukrea-tlv320.c b/sound/soc/imx/eukrea-tlv320.c
index e20c9e1..1e9bcca 100644
--- a/sound/soc/imx/eukrea-tlv320.c
+++ b/sound/soc/imx/eukrea-tlv320.c
@@ -79,7 +79,7 @@ static struct snd_soc_dai_link eukrea_tlv320_dai = {
.name = "tlv320aic23",
.stream_name = "TLV320AIC23",
.codec_dai_name = "tlv320aic23-hifi",
- .platform_name = "imx-pcm-audio.0",
+ .platform_name = "imx-fiq-pcm-audio.0",
.codec_name = "tlv320aic23-codec.0-001a",
.cpu_dai_name = "imx-ssi.0",
.ops = &eukrea_tlv320_snd_ops,
--
1.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH] eukrea-tlv320: fix platform_name
2011-02-25 12:47 ` Eric Bénard
@ 2011-02-25 12:49 ` Mark Brown
-1 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2011-02-25 12:49 UTC (permalink / raw)
To: Eric Bénard; +Cc: alsa-devel, s.hauer, linux-arm-kernel, lrg
On Fri, Feb 25, 2011 at 01:47:46PM +0100, Eric Bénard wrote:
> commit f0fba2ad1b6b53d5360125c41953b7afcd6deff0 included a mistake
Always include the subject line of the commit in patches - readers are
unlikely to have memorised commit IDs.
The patch itself looks OK but I'll wait for Liam's ack.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] eukrea-tlv320: fix platform_name
@ 2011-02-25 12:49 ` Mark Brown
0 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2011-02-25 12:49 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Feb 25, 2011 at 01:47:46PM +0100, Eric B?nard wrote:
> commit f0fba2ad1b6b53d5360125c41953b7afcd6deff0 included a mistake
Always include the subject line of the commit in patches - readers are
unlikely to have memorised commit IDs.
The patch itself looks OK but I'll wait for Liam's ack.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] eukrea-tlv320: fix platform_name
2011-02-25 12:49 ` Mark Brown
@ 2011-02-25 12:55 ` Liam Girdwood
-1 siblings, 0 replies; 8+ messages in thread
From: Liam Girdwood @ 2011-02-25 12:55 UTC (permalink / raw)
To: Mark Brown; +Cc: linux-arm-kernel, alsa-devel, s.hauer, Eric Bénard
On Fri, 2011-02-25 at 12:49 +0000, Mark Brown wrote:
> On Fri, Feb 25, 2011 at 01:47:46PM +0100, Eric Bénard wrote:
> > commit f0fba2ad1b6b53d5360125c41953b7afcd6deff0 included a mistake
>
> Always include the subject line of the commit in patches - readers are
> unlikely to have memorised commit IDs.
>
> The patch itself looks OK but I'll wait for Liam's ack.
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
Both
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] eukrea-tlv320: fix platform_name
2011-02-25 12:47 ` Eric Bénard
@ 2011-02-25 12:58 ` Mark Brown
-1 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2011-02-25 12:58 UTC (permalink / raw)
To: Eric Bénard; +Cc: alsa-devel, s.hauer, linux-arm-kernel, lrg
On Fri, Feb 25, 2011 at 01:47:46PM +0100, Eric Bénard wrote:
> commit f0fba2ad1b6b53d5360125c41953b7afcd6deff0 included a mistake
> on the name of the platform in the snd_soc_dai_link structure.
>
> Signed-off-by: Eric Bénard <eric@eukrea.com>
Applied now, thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-02-25 12:58 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 12:47 [PATCH] eukrea-tlv320: fix platform_name Eric Bénard
2011-02-25 12:47 ` Eric Bénard
2011-02-25 12:49 ` Mark Brown
2011-02-25 12:49 ` Mark Brown
2011-02-25 12:55 ` Liam Girdwood
2011-02-25 12:55 ` [alsa-devel] " Liam Girdwood
2011-02-25 12:58 ` Mark Brown
2011-02-25 12:58 ` Mark Brown
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.