Skip to content

Commit

Permalink
ASoC: sh: fsi: use register field macro name on IN/OUT_DMAC
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed May 19, 2012
1 parent d8259ca commit 4d62ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 4d62ec1

Please sign in to comment.