Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253760
b: refs/heads/master
c: fedf153
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Knoth authored and Takashi Iwai committed Jun 12, 2011
1 parent 206452a commit 3505477
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: c0da00145f9a32ef33b14508e6fd90fc130afbdc
refs/heads/master: fedf1535ab5ee02acbbc235c2272d84bb9334758
2 changes: 1 addition & 1 deletion trunk/sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ static int hdspm_external_sample_rate(struct hdspm *hdspm)

/* if wordclock has synced freq and wordclock is valid */
if ((status2 & HDSPM_wcLock) != 0 &&
(status & HDSPM_SelSyncRef0) == 0) {
(status2 & HDSPM_SelSyncRef0) == 0) {

rate_bits = status2 & HDSPM_wcFreqMask;

Expand Down

0 comments on commit 3505477

Please sign in to comment.