Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335513
b: refs/heads/master
c: d1a3c98
h: refs/heads/master
i:
  335511: c9a78e7
v: v3
  • Loading branch information
Adrian Knoth authored and Takashi Iwai committed Nov 7, 2012
1 parent 415ba1c commit 958be3f
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: d5266125fb439a5dfa4edd548d888fda47414ac5
refs/heads/master: d1a3c98d50731c627909029bb653a0557946f0f5
3 changes: 2 additions & 1 deletion trunk/sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3979,7 +3979,8 @@ static int snd_hdspm_get_sync_check(struct snd_kcontrol *kcontrol,
case 8: /* SYNC IN */
val = hdspm_sync_in_sync_check(hdspm); break;
default:
val = hdspm_s1_sync_check(hdspm, ucontrol->id.index-1);
val = hdspm_s1_sync_check(hdspm,
kcontrol->private_value-1);
}
break;

Expand Down

0 comments on commit 958be3f

Please sign in to comment.