diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-14 06:23:01 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-15 02:09:27 -0500 |
commit | 00c651612ef2b4b6b953059ace6b50afcb8d88c4 (patch) | |
tree | e230151ffa9171394d987d44b63b4db3d5001d0c /sound/soc/mid-x86 | |
parent | ec641c459048f30e378e1386ba9eff1f7ada522f (diff) |
ASoC: Staticise mfld_msic_dailink
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked by: Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mid-x86')
-rw-r--r-- | 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 e53f8e473a78..8ae057433968 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) | |||
281 | return ret_val; | 281 | return ret_val; |
282 | } | 282 | } |
283 | 283 | ||
284 | struct snd_soc_dai_link mfld_msic_dailink[] = { | 284 | static struct snd_soc_dai_link mfld_msic_dailink[] = { |
285 | { | 285 | { |
286 | .name = "Medfield Headset", | 286 | .name = "Medfield Headset", |
287 | .stream_name = "Headset", | 287 | .stream_name = "Headset", |