diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-05-17 20:33:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-19 14:41:08 -0400 |
commit | 4d62ec125be98f5a446444e4ce53f4f4e2e1baff (patch) | |
tree | 34af7d4f4e3308bd302498a5eedf3ac299ecb6f5 | |
parent | d8259ca50b84c0247f10d0167fb85a3a005aeca7 (diff) |
ASoC: sh: fsi: use register field macro name on IN/OUT_DMAC
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/sh/fsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 74ed2dffbffd..976a57ecc5be 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c | |||
@@ -1217,8 +1217,8 @@ static int fsi_hw_startup(struct fsi_priv *fsi, | |||
1217 | * FSI2 chip can select it. | 1217 | * FSI2 chip can select it. |
1218 | */ | 1218 | */ |
1219 | if (fsi_ver >= 2) { | 1219 | if (fsi_ver >= 2) { |
1220 | fsi_reg_write(fsi, OUT_DMAC, (1 << 4)); | 1220 | fsi_reg_write(fsi, OUT_DMAC, VDMD_BACK); |
1221 | fsi_reg_write(fsi, IN_DMAC, (1 << 4)); | 1221 | fsi_reg_write(fsi, IN_DMAC, VDMD_BACK); |
1222 | } | 1222 | } |
1223 | 1223 | ||
1224 | /* irq clear */ | 1224 | /* irq clear */ |