projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8259ca
)
ASoC: sh: fsi: use register field macro name on IN/OUT_DMAC
author
Kuninori Morimoto
<
[email protected]
>
Fri, 18 May 2012 00:33:49 +0000
(17:33 -0700)
committer
Mark Brown
<
[email protected]
>
Sat, 19 May 2012 18:41:08 +0000
(19:41 +0100)
Signed-off-by: Kuninori Morimoto <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/sh/fsi.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/fsi.c
b/sound/soc/sh/fsi.c
index 74ed2dffbffda4313401793b72bde4b6b2224eeb..976a57ecc5becd6cb243c99eea41f7ec1f3ec08e 100644
(file)
--- 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,
* 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 */