diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-07-05 09:47:42 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-07-05 09:47:42 +0000 |
commit | 4a3f1f0a362752b4a2d7cadfad632a586520b836 (patch) | |
tree | 6ab48310a0eefa79393c298899cffe6a2efa5076 /target/linux/s3c24xx/patches-2.6.30/010-s3c-dma.patch | |
parent | 7505306668bf15732db0dfdf1c2e119403b6bdfc (diff) | |
download | upstream-4a3f1f0a362752b4a2d7cadfad632a586520b836.tar.gz upstream-4a3f1f0a362752b4a2d7cadfad632a586520b836.tar.bz2 upstream-4a3f1f0a362752b4a2d7cadfad632a586520b836.zip |
[s3c24xx] Update to 2.6.30.1, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16680 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30/010-s3c-dma.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/010-s3c-dma.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/010-s3c-dma.patch b/target/linux/s3c24xx/patches-2.6.30/010-s3c-dma.patch index 871514a6e6..e0ff7c442c 100644 --- a/target/linux/s3c24xx/patches-2.6.30/010-s3c-dma.patch +++ b/target/linux/s3c24xx/patches-2.6.30/010-s3c-dma.patch @@ -1288,9 +1288,9 @@ #include <mach/regs-mem.h> #include <mach/regs-lcd.h> #include <mach/regs-sdi.h> ---- a/sound/soc/s3c24xx/s3c24xx-pcm.c 2009-06-10 05:05:27.000000000 +0200 -+++ b/sound/soc/s3c24xx/s3c24xx-pcm.c 2009-05-16 13:25:48.000000000 +0200 -@@ -218,23 +231,16 @@ +--- a/sound/soc/s3c24xx/s3c24xx-pcm.c ++++ b/sound/soc/s3c24xx/s3c24xx-pcm.c +@@ -218,24 +218,17 @@ static int s3c24xx_pcm_prepare(struct sn * sync to pclk, half-word transfers to the IIS-FIFO. */ if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { s3c2410_dma_devconfig(prtd->params->channel, @@ -1315,9 +1315,10 @@ + S3C2410_DMASRC_HW, + prtd->params->dma_addr); } -+ + + s3c2410_dma_config(prtd->params->channel, + prtd->params->dma_size); - ++ /* flush the DMA channel */ s3c2410_dma_ctrl(prtd->params->channel, S3C2410_DMAOP_FLUSH); + prtd->dma_loaded = 0; |