diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-09-23 04:24:19 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-23 06:54:24 -0400 |
commit | a436089b77ff9e1ea4ee982a6b4b2fa411cd3016 (patch) | |
tree | 625a7c6aff9cdb008ac93849e279ab05d3da834d /sound/soc/codecs/sn95031.c | |
parent | 51e19fb385b6e424d1b21785744de1f40354b810 (diff) |
ASoC: Staticize sn95031_dais
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/sn95031.c')
-rw-r--r-- | sound/soc/codecs/sn95031.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c index 29945b004135..d1781d186151 100644 --- a/sound/soc/codecs/sn95031.c +++ b/sound/soc/codecs/sn95031.c | |||
@@ -716,7 +716,7 @@ static struct snd_soc_dai_ops sn95031_vib2_dai_ops = { | |||
716 | .hw_params = sn95031_pcm_hw_params, | 716 | .hw_params = sn95031_pcm_hw_params, |
717 | }; | 717 | }; |
718 | 718 | ||
719 | struct snd_soc_dai_driver sn95031_dais[] = { | 719 | static struct snd_soc_dai_driver sn95031_dais[] = { |
720 | { | 720 | { |
721 | .name = "SN95031 Headset", | 721 | .name = "SN95031 Headset", |
722 | .playback = { | 722 | .playback = { |