From eadae0dc91cc889670e9c9980fca26619792d2e8 Mon Sep 17 00:00:00 2001 From: Troy Kisky Date: Tue, 7 Jul 2009 17:36:06 -0700 Subject: [PATCH] --- yaml --- r: 157555 b: refs/heads/master c: 6e5414750af8a521c3ba7805d6ad460ba21df1a1 h: refs/heads/master i: 157553: cb70504d9757bed9a9b16deece0d17344773e6b9 157551: 5ca38edd9d82438a7cb784af32bca44bd2b048fa v: v3 --- [refs] | 2 +- trunk/sound/soc/davinci/davinci-pcm.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2c92fb17f6f2..ff026e1ef69f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f405b46a91c0c4cdfa6077b4e1853f35a94e8ef +refs/heads/master: 6e5414750af8a521c3ba7805d6ad460ba21df1a1 diff --git a/trunk/sound/soc/davinci/davinci-pcm.c b/trunk/sound/soc/davinci/davinci-pcm.c index a05996588489..8fd0c3cdc710 100644 --- a/trunk/sound/soc/davinci/davinci-pcm.c +++ b/trunk/sound/soc/davinci/davinci-pcm.c @@ -206,6 +206,7 @@ static int davinci_pcm_prepare(struct snd_pcm_substream *substream) /* Copy self-linked parameter RAM entry into master channel */ edma_read_slot(prtd->slave_lch, &temp); edma_write_slot(prtd->master_lch, &temp); + davinci_pcm_enqueue_dma(substream); return 0; }