Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348413
b: refs/heads/master
c: 61ed1dc
h: refs/heads/master
i:
  348411: e87b679
v: v3
  • Loading branch information
Nickolai Zeldovich authored and Takashi Iwai committed Jan 7, 2013
1 parent 7c499cf commit ea9fdea
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: dc30a436903ccf180b0313d3fc3f44278a1d44c8
refs/heads/master: 61ed1dca1645d2dd64c83a01f728dfd59fa789b6
2 changes: 1 addition & 1 deletion trunk/sound/pci/au88x0/au88x0_synth.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static void vortex_wt_setdsout(vortex_t * vortex, u32 wt, int en)
if (en)
temp |= (1 << (wt & 0x1f));
else
temp &= (1 << ~(wt & 0x1f));
temp &= ~(1 << (wt & 0x1f));
hwwrite(vortex->mmio, WT_DSREG((wt >= 0x20) ? 1 : 0), temp);
}

Expand Down

0 comments on commit ea9fdea

Please sign in to comment.