diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-09-19 04:34:28 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-19 13:31:00 -0400 |
commit | 5d42940c25ac69c4f5240392cf5e26bf08029e7a (patch) | |
tree | 0fa1cb9945e3c8e9ae16c85b92daad44242948ba /sound/soc/codecs/sn95031.c | |
parent | 45cf367e8058ff3f1f6f9c3e9f617bfd7cff65b1 (diff) |
ASoC: sn95031: Staticize sn95031_pcm_hw_params
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Vinod Koul <vinod.koul@linux.intel.com>
Acked-by: Liam Girdwood <lrg@ti.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 b4f1cb494ffc..29945b004135 100644 --- a/sound/soc/codecs/sn95031.c +++ b/sound/soc/codecs/sn95031.c | |||
@@ -658,7 +658,7 @@ static int sn95031_pcm_spkr_mute(struct snd_soc_dai *dai, int mute) | |||
658 | return 0; | 658 | return 0; |
659 | } | 659 | } |
660 | 660 | ||
661 | int sn95031_pcm_hw_params(struct snd_pcm_substream *substream, | 661 | static int sn95031_pcm_hw_params(struct snd_pcm_substream *substream, |
662 | struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) | 662 | struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) |
663 | { | 663 | { |
664 | unsigned int format, rate; | 664 | unsigned int format, rate; |