ASoC: S3C: Fix PCM RX FIFO settings
authorSeungwhan Youn <sw.youn@samsung.com>
Fri, 10 Sep 2010 08:20:00 +0000 (17:20 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 11 Sep 2010 11:12:20 +0000 (12:12 +0100)
commit0cca9012527b77df1491f1b8422c7aae16e17ae0
tree24bfa617495e3bee4da3a81fe696532b4566f285
parent6946e037ee9e94a560a931fdb2e3e66964216cfe
ASoC: S3C: Fix PCM RX FIFO settings

When PCM capture, sound recorded abnormally because of RX FIFO
threshold settings are missing. So, This patch modify PCM RX FIFO
setting codes same as TX.
And for DMA, if PCM RXFIFO_DIPSTICK is not '0', it doesn't effect
to DMA request, because DMA refer RX_FIFO_EMPTY flag as the DMA
request.

Signed-off-by: Seungwhan Youn <sw.youn@samsung.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c-pcm.c
sound/soc/s3c24xx/s3c-pcm.h
This page took 0.024387 seconds and 5 git commands to generate.