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:
40efc15
)
[ALSA] soc - s3c24xx-i2s - Fix tab/space breakage
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 23 Apr 2008 13:09:57 +0000
(15:09 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 24 Apr 2008 10:00:42 +0000
(12:00 +0200)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/s3c24xx/s3c24xx-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/s3c24xx/s3c24xx-i2s.c
b/sound/soc/s3c24xx/s3c24xx-i2s.c
index 340f36e6979cdfe77e62cf2e63b13f5ab11d04d5..50e06f0777f14f3f356839cb9ceacbff5751e75e 100644
(file)
--- a/
sound/soc/s3c24xx/s3c24xx-i2s.c
+++ b/
sound/soc/s3c24xx/s3c24xx-i2s.c
@@
-159,10
+159,10
@@
static void s3c24xx_snd_rxctrl(int on)
* DMA engine will simply freeze randomly.
*/
- iisfcon &= ~S3C2410_IISFCON_RXENABLE;
- iisfcon &= ~S3C2410_IISFCON_RXDMA;
- iiscon |= S3C2410_IISCON_RXIDLE;
- iiscon &= ~S3C2410_IISCON_RXDMAEN;
+
iisfcon &= ~S3C2410_IISFCON_RXENABLE;
+
iisfcon &= ~S3C2410_IISFCON_RXDMA;
+
iiscon |= S3C2410_IISCON_RXIDLE;
+
iiscon &= ~S3C2410_IISCON_RXDMAEN;
iismod &= ~S3C2410_IISMOD_RXMODE;
writel(iisfcon, s3c24xx_i2s.regs + S3C2410_IISFCON);