Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81512
b: refs/heads/master
c: 4581aa3
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 9c03ac0 commit d85b461
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: dec44dbe017f824ce46cdd66b39fa9b98a076ce1
refs/heads/master: 4581aa36fc8273579f6b7979adc4f4e666460a8d
8 changes: 4 additions & 4 deletions trunk/sound/sparc/dbri.c
Original file line number Diff line number Diff line change
Expand Up @@ -2292,12 +2292,12 @@ static int snd_cs4215_put_volume(struct snd_kcontrol *kcontrol,
return -EINVAL;
}

if (info->left_gain !=
info->left_gain = ucontrol->value.integer.value[0];
if (info->left_gain != vol[0]) {
info->left_gain = vol[0];
changed = 1;
}
if (info->right_gain != ucontrol->value.integer.value[1]) {
info->right_gain = ucontrol->value.integer.value[1];
if (info->right_gain != vol[1]) {
info->right_gain = vol[1];
changed = 1;
}
if (changed) {
Expand Down

0 comments on commit d85b461

Please sign in to comment.