Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133168
b: refs/heads/master
c: c161591
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Takashi Iwai committed Feb 18, 2009
1 parent 9b0fc66 commit bd96fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: b22f5d94c432e97df8d85151fcf3da16cee75f04
refs/heads/master: c16159123d5b3245e2b30023a207606c74032f9c
4 changes: 1 addition & 3 deletions trunk/sound/oss/pas2_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ static int __init config_pas_hw(struct address_info *hw_config)
* 0x80
*/ , 0xB88);

pas_write(0x80
| joystick?0x40:0
,0xF388);
pas_write(0x80 | (joystick ? 0x40 : 0), 0xF388);

if (pas_irq < 0 || pas_irq > 15)
{
Expand Down

0 comments on commit bd96fbc

Please sign in to comment.