Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92120
b: refs/heads/master
c: c67582b
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Takashi Iwai committed Apr 24, 2008
1 parent dcb7dd9 commit 3b30679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b419f346994d4ba082244fb1327754bc839a4d8a
refs/heads/master: c67582b195fb5deb24808ebbafb41045f1a61425
3 changes: 2 additions & 1 deletion trunk/sound/spi/at73c213.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ static struct snd_pcm_hardware snd_at73c213_playback_hw = {
static int snd_at73c213_set_bitrate(struct snd_at73c213 *chip)
{
unsigned long ssc_rate = clk_get_rate(chip->ssc->clk);
unsigned long dac_rate_new, ssc_div, status;
unsigned long dac_rate_new, ssc_div;
int status;
unsigned long ssc_div_max, ssc_div_min;
int max_tries;

Expand Down

0 comments on commit 3b30679

Please sign in to comment.