[alsa-devel] [PATCH] ASoC: Staticise mfld_msic_dailink

Vinod Koul vinod.koul at linux.intel.com
Thu Dec 15 05:54:22 CET 2011


On Wed, 2011-12-14 at 19:23 +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin at 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 at linux.intel.com>

-- 
~Vinod



More information about the Alsa-devel mailing list