diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-04-23 09:09:57 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:42 -0400 |
commit | 0015e7d1e2b09443ac76573a2fb886854aa1ca15 (patch) | |
tree | 25d795d7d7c92eb0bb88939b3e19b7f79e1e66a0 /sound/soc/s3c24xx | |
parent | 40efc15fc637cff22cf9c4f02c63f3f398320f83 (diff) |
[ALSA] soc - s3c24xx-i2s - Fix tab/space breakage
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-i2s.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index 340f36e6979c..50e06f0777f1 100644 --- 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) | |||
159 | * DMA engine will simply freeze randomly. | 159 | * DMA engine will simply freeze randomly. |
160 | */ | 160 | */ |
161 | 161 | ||
162 | iisfcon &= ~S3C2410_IISFCON_RXENABLE; | 162 | iisfcon &= ~S3C2410_IISFCON_RXENABLE; |
163 | iisfcon &= ~S3C2410_IISFCON_RXDMA; | 163 | iisfcon &= ~S3C2410_IISFCON_RXDMA; |
164 | iiscon |= S3C2410_IISCON_RXIDLE; | 164 | iiscon |= S3C2410_IISCON_RXIDLE; |
165 | iiscon &= ~S3C2410_IISCON_RXDMAEN; | 165 | iiscon &= ~S3C2410_IISCON_RXDMAEN; |
166 | iismod &= ~S3C2410_IISMOD_RXMODE; | 166 | iismod &= ~S3C2410_IISMOD_RXMODE; |
167 | 167 | ||
168 | writel(iisfcon, s3c24xx_i2s.regs + S3C2410_IISFCON); | 168 | writel(iisfcon, s3c24xx_i2s.regs + S3C2410_IISFCON); |