|
@@ -102,7 +102,7 @@ static int sn95031_initialize_adc(struct snd_soc_codec *sn95031_codec)
|
|
{
|
|
{
|
|
int base_addr, chnl_addr;
|
|
int base_addr, chnl_addr;
|
|
int value;
|
|
int value;
|
|
- static int channel_index;
|
|
|
|
|
|
+ int channel_index;
|
|
|
|
|
|
/* Index of the first channel in which the stop bit is set */
|
|
/* Index of the first channel in which the stop bit is set */
|
|
channel_index = find_free_channel(sn95031_codec);
|
|
channel_index = find_free_channel(sn95031_codec);
|