diff options
-rw-r--r-- | sound/spi/at73c213.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/spi/at73c213.c b/sound/spi/at73c213.c index b8860b26fc62..c1b0b9dff819 100644 --- a/sound/spi/at73c213.c +++ b/sound/spi/at73c213.c | |||
@@ -133,7 +133,8 @@ static struct snd_pcm_hardware snd_at73c213_playback_hw = { | |||
133 | static int snd_at73c213_set_bitrate(struct snd_at73c213 *chip) | 133 | static int snd_at73c213_set_bitrate(struct snd_at73c213 *chip) |
134 | { | 134 | { |
135 | unsigned long ssc_rate = clk_get_rate(chip->ssc->clk); | 135 | unsigned long ssc_rate = clk_get_rate(chip->ssc->clk); |
136 | unsigned long dac_rate_new, ssc_div, status; | 136 | unsigned long dac_rate_new, ssc_div; |
137 | int status; | ||
137 | unsigned long ssc_div_max, ssc_div_min; | 138 | unsigned long ssc_div_max, ssc_div_min; |
138 | int max_tries; | 139 | int max_tries; |
139 | 140 | ||