Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111056
b: refs/heads/master
c: cdad5b8
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch committed Sep 24, 2008
1 parent 5a710f6 commit 0c5e191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ba8ed1210b4e5449c80beef321c4459e840fece1
refs/heads/master: cdad5b8db91ac46a8e226306d062fe4c896b2bed
1 change: 1 addition & 0 deletions trunk/sound/pci/oxygen/oxygen_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ static void _write_uart(struct oxygen *chip, unsigned int port, u8 data)
void oxygen_reset_uart(struct oxygen *chip)
{
_write_uart(chip, 1, MPU401_RESET);
msleep(1); /* wait for ACK */
_write_uart(chip, 1, MPU401_ENTER_UART);
}
EXPORT_SYMBOL(oxygen_reset_uart);
Expand Down

0 comments on commit 0c5e191

Please sign in to comment.