Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305810
b: refs/heads/master
c: 4d62ec1
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed May 19, 2012
1 parent 72095e8 commit 774c03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d8259ca50b84c0247f10d0167fb85a3a005aeca7
refs/heads/master: 4d62ec125be98f5a446444e4ce53f4f4e2e1baff
4 changes: 2 additions & 2 deletions trunk/sound/soc/sh/fsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1217,8 +1217,8 @@ static int fsi_hw_startup(struct fsi_priv *fsi,
* FSI2 chip can select it.
*/
if (fsi_ver >= 2) {
fsi_reg_write(fsi, OUT_DMAC, (1 << 4));
fsi_reg_write(fsi, IN_DMAC, (1 << 4));
fsi_reg_write(fsi, OUT_DMAC, VDMD_BACK);
fsi_reg_write(fsi, IN_DMAC, VDMD_BACK);
}

/* irq clear */
Expand Down

0 comments on commit 774c03b

Please sign in to comment.