Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145003
b: refs/heads/master
c: 5a641bc
h: refs/heads/master
i:
  145001: 6fac68f
  144999: c7a878d
v: v3
  • Loading branch information
Randy Dunlap authored and Takashi Iwai committed May 14, 2009
1 parent 6cb2478 commit 1d67600
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1b1cc7f21c51cc81992a547b59e174dd8c44d1bd
refs/heads/master: 5a641bcd6398841cc4606b0a732d41a09256fd94
2 changes: 1 addition & 1 deletion trunk/sound/drivers/pcsp/pcsp_mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static int pcsp_treble_info(struct snd_kcontrol *kcontrol,
uinfo->value.enumerated.items = chip->max_treble + 1;
if (uinfo->value.enumerated.item > chip->max_treble)
uinfo->value.enumerated.item = chip->max_treble;
sprintf(uinfo->value.enumerated.name, "%d",
sprintf(uinfo->value.enumerated.name, "%lu",
PCSP_CALC_RATE(uinfo->value.enumerated.item));
return 0;
}
Expand Down

0 comments on commit 1d67600

Please sign in to comment.