diff options
-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 8f8ce5f8acc6..5c5a4abfc001 100644 --- a/sound/soc/codecs/sn95031.c +++ b/sound/soc/codecs/sn95031.c | |||
@@ -102,7 +102,7 @@ static int sn95031_initialize_adc(struct snd_soc_codec *sn95031_codec) | |||
102 | { | 102 | { |
103 | int base_addr, chnl_addr; | 103 | int base_addr, chnl_addr; |
104 | int value; | 104 | int value; |
105 | static int channel_index; | 105 | int channel_index; |
106 | 106 | ||
107 | /* Index of the first channel in which the stop bit is set */ | 107 | /* Index of the first channel in which the stop bit is set */ |
108 | channel_index = find_free_channel(sn95031_codec); | 108 | channel_index = find_free_channel(sn95031_codec); |