From: Seungwhan Youn Date: Fri, 10 Sep 2010 08:20:45 +0000 (+0900) Subject: ASoC: S3C: Fix PCM TXFIFO_DIPSTICK value X-Git-Tag: v2.6.37-rc1~82^2~8^2~106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29f9e39a5518401debac71a151d0fa7eca044137;p=profile%2Fivi%2Fkernel-x86-ivi.git ASoC: S3C: Fix PCM TXFIFO_DIPSTICK value This patch modify FIFO_DIPSTICK value of PCM TX FIFO to be a optimal one. Privious value (0x20) did not support 'Almost_full' of PCM FIFO for the DMA request. Signed-off-by: Seungwhan Youn Acked-by: Jassi Brar Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/s3c24xx/s3c-pcm.c b/sound/soc/s3c24xx/s3c-pcm.c index eadd1be..4f73275 100644 --- a/sound/soc/s3c24xx/s3c-pcm.c +++ b/sound/soc/s3c24xx/s3c-pcm.c @@ -78,7 +78,7 @@ static void s3c_pcm_snd_txctrl(struct s3c_pcm_info *pcm, int on) ctl |= S3C_PCM_CTL_TXDMA_EN; ctl |= S3C_PCM_CTL_TXFIFO_EN; ctl |= S3C_PCM_CTL_ENABLE; - ctl |= (0x20<