diff for duplicates of <54731B7C.4030306@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index 5e2f8ae..18b7965 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ On 11/24/2014 1:31 AM, Petr Cvek wrote: > - u32 dcmd = DCMD_INCSRCADDR | DCMD_FLOWTRG; > + u32 dcmd = 0; > + -> + if (substream->stream = SNDRV_PCM_STREAM_PLAYBACK) { +> + if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { > + dcmd = DCMD_INCSRCADDR | DCMD_FLOWTRG; > + } else { > + dcmd = DCMD_INCTRGADDR | DCMD_FLOWSRC; diff --git a/a/content_digest b/N1/content_digest index 73d9f7f..d034296 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\054718713.1050902@tul.cz\0" "ref\054720ACA.2070506@cogentembedded.com\0" "ref\05472605F.4030702@tul.cz\0" - "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" - "Subject\0Re: [PATCH v2] Fix PXA2xx sound DMA autoincrementation flags\0" - "Date\0Mon, 24 Nov 2014 11:50:20 +0000\0" + "From\0sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)\0" + "Subject\0[PATCH v2] Fix PXA2xx sound DMA autoincrementation flags\0" + "Date\0Mon, 24 Nov 2014 14:50:20 +0300\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -31,7 +31,7 @@ "> -\tu32 dcmd = DCMD_INCSRCADDR | DCMD_FLOWTRG;\n" "> +\tu32 dcmd = 0;\n" "> +\n" - "> +\tif (substream->stream = SNDRV_PCM_STREAM_PLAYBACK) {\n" + "> +\tif (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {\n" "> +\t\tdcmd = DCMD_INCSRCADDR | DCMD_FLOWTRG;\n" "> +\t} else {\n" "> +\t\tdcmd = DCMD_INCTRGADDR | DCMD_FLOWSRC;\n" @@ -41,4 +41,4 @@ "\n" WBR, Sergei -f5dbba4606885fdeebcd42720c0a45bcbdd01989491bc60104b074b8ebc6edb9 +2fccdc08b1306bdfb3b85b17781c73c2b92ba249c63a784743f34109092b239c
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.