* [PATCH] ASoC: Staticise mfld_msic_dailink
@ 2011-12-14 11:23 Axel Lin
2011-12-15 4:54 ` Vinod Koul
2011-12-15 7:09 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2011-12-14 11:23 UTC (permalink / raw)
To: alsa-devel; +Cc: Vinod Koul, Mark Brown, Liam Girdwood
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
sound/soc/mid-x86/mfld_machine.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c
index e53f8e4..8ae0574 100644
--- a/sound/soc/mid-x86/mfld_machine.c
+++ b/sound/soc/mid-x86/mfld_machine.c
@@ -281,7 +281,7 @@ static int mfld_init(struct snd_soc_pcm_runtime *runtime)
return ret_val;
}
-struct snd_soc_dai_link mfld_msic_dailink[] = {
+static struct snd_soc_dai_link mfld_msic_dailink[] = {
{
.name = "Medfield Headset",
.stream_name = "Headset",
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Staticise mfld_msic_dailink
2011-12-14 11:23 [PATCH] ASoC: Staticise mfld_msic_dailink Axel Lin
@ 2011-12-15 4:54 ` Vinod Koul
2011-12-15 7:09 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2011-12-15 4:54 UTC (permalink / raw)
To: Axel Lin; +Cc: alsa-devel, Mark Brown, Liam Girdwood
On Wed, 2011-12-14 at 19:23 +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
> sound/soc/mid-x86/mfld_machine.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c
> index e53f8e4..8ae0574 100644
> --- a/sound/soc/mid-x86/mfld_machine.c
> +++ b/sound/soc/mid-x86/mfld_machine.c
> @@ -281,7 +281,7 @@ static int mfld_init(struct snd_soc_pcm_runtime *runtime)
> return ret_val;
> }
>
> -struct snd_soc_dai_link mfld_msic_dailink[] = {
> +static struct snd_soc_dai_link mfld_msic_dailink[] = {
> {
> .name = "Medfield Headset",
> .stream_name = "Headset",
Acked by: Vinod Koul <vinod.koul@linux.intel.com>
--
~Vinod
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Staticise mfld_msic_dailink
2011-12-14 11:23 [PATCH] ASoC: Staticise mfld_msic_dailink Axel Lin
2011-12-15 4:54 ` Vinod Koul
@ 2011-12-15 7:09 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-12-15 7:09 UTC (permalink / raw)
To: Axel Lin; +Cc: alsa-devel, Vinod Koul, Liam Girdwood
On Wed, Dec 14, 2011 at 07:23:01PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-12-15 7:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 11:23 [PATCH] ASoC: Staticise mfld_msic_dailink Axel Lin
2011-12-15 4:54 ` Vinod Koul
2011-12-15 7:09 ` 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.