Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133167
b: refs/heads/master
c: b22f5d9
h: refs/heads/master
i:
  133165: 51ac6b3
  133163: df0f8b0
  133159: 65d7b11
  133151: 7560cec
v: v3
  • Loading branch information
Takashi Iwai committed Feb 17, 2009
1 parent 3255b19 commit 9b0fc66
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: a259cb8eb784352ee9ce46a4fc6cd94fc2fbc68d
refs/heads/master: b22f5d94c432e97df8d85151fcf3da16cee75f04
2 changes: 1 addition & 1 deletion trunk/sound/oss/ad1848.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static void wait_for_calibration(ad1848_info * devc)
while (timeout > 0 && (ad_read(devc, 11) & 0x20))
timeout--;
if (ad_read(devc, 11) & 0x20)
if ( (devc->model != MD_1845) || (devc->model != MD_1845_SSCAPE))
if ((devc->model != MD_1845) && (devc->model != MD_1845_SSCAPE))
printk(KERN_WARNING "ad1848: Auto calibration timed out(3).\n");
}

Expand Down

0 comments on commit 9b0fc66

Please sign in to comment.