diff for duplicates of <53D24805.9040104@gmail.com> diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..8029e19 --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,73 @@ +<html> + <head> + <meta content="text/html; charset=windows-1252" + http-equiv="Content-Type"> + </head> + <body text="#000000" bgcolor="#FFFFFF"> + <div class="moz-cite-prefix">On 07/25/2014 04:58 PM, Nicolin Chen + wrote:<br> + </div> + <blockquote cite="mid:20140725112807.GA29852@MrMyself" type="cite"> + <pre wrap="">Hi Varka, + +On Fri, Jul 25, 2014 at 05:04:11PM +0530, Varka Bhadram wrote: +</pre> + <blockquote type="cite"> + <pre wrap="">On 07/25/2014 02:16 PM, Nicolin Chen wrote: +</pre> + <blockquote type="cite"> + <pre wrap="">The Asynchronous Sample Rate Converter (ASRC) converts the sampling rate of a +signal associated with an input clock into a signal associated with a different +output clock. The driver currently works as a Front End of DPCM with other Back +Ends DAI links such as ESAI<->CS42888 and SSI<->WM8962 and SAI. It converts the +original sample rate to a common rate supported by Back Ends for playback while +converts the common rate of Back Ends to a desired rate for capture. It has 3 +pairs to support three different substreams within totally 10 channels. + +Signed-off-by: Nicolin Chen <a class="moz-txt-link-rfc2396E" href="mailto:nicoleotsuka@gmail.com"><nicoleotsuka@gmail.com></a> +--- + .../devicetree/bindings/sound/fsl,asrc.txt | 60 ++ + sound/soc/fsl/Kconfig | 9 + + sound/soc/fsl/Makefile | 2 + + sound/soc/fsl/fsl_asrc.c | 992 +++++++++++++++++++++ + sound/soc/fsl/fsl_asrc.h | 461 ++++++++++ + sound/soc/fsl/fsl_asrc_dma.c | 386 ++++++++ + 6 files changed, 1910 insertions(+) + create mode 100644 Documentation/devicetree/bindings/sound/fsl,asrc.txt + create mode 100644 sound/soc/fsl/fsl_asrc.c + create mode 100644 sound/soc/fsl/fsl_asrc.h + create mode 100644 sound/soc/fsl/fsl_asrc_dma.c + + +</pre> + </blockquote> + <pre wrap="">check patch warnings on this patch... +</pre> + </blockquote> + <pre wrap=""> +[...] + +./scripts/checkpatch.pl --max-line-length=128 0002-ASoC-fsl_a....patch +total: 0 errors, 0 warnings, 1928 lines checked + +0002-ASoC....patch has no obvious style problems and is ready for submission + +[...] + +I think there's no need to be so strict by wrapping all lines inside +80 characters, especially for those that will be less readable if being +wrapped and for those in header file. + + +</pre> + </blockquote> + <pre>Ohhh .. If this is the case, patch addressed all of comments... Thanks.. + +<span class="st"><em>Reviewed-by: Varka Bhadram <a class="moz-txt-link-rfc2396E" href="mailto:varkabhadram@gmail.com"><varkabhadram@gmail.com></a></em></span> + +</pre> + <pre class="moz-signature" cols="72">-- +Regards, +Varka Bhadram.</pre> + </body> +</html> diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..faf55d3 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,2 @@ +Content-Type: text/html; charset=windows-1252 +Content-Transfer-Encoding: 7bit diff --git a/a/content_digest b/N1/content_digest index d190124..eed313f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -19,6 +19,7 @@ b02247@freescale.com lgirdwood@gmail.com robh+dt@kernel.org + perex@perex.cz Nicolin Chen <nicoleotsuka@gmail.com> broonie@kernel.org galak@codeaurora.org @@ -26,7 +27,7 @@ tklauser@distanz.ch shawn.guo@linaro.org " linuxppc-dev@lists.ozlabs.org\0" - "\00:1\0" + "\01:1\0" "b\0" "On 07/25/2014 04:58 PM, Nicolin Chen wrote:\n" "> Hi Varka,\n" @@ -78,5 +79,80 @@ "-- \n" "Regards,\n" Varka Bhadram. + "\01:2\0" + "b\0" + "<html>\n" + " <head>\n" + " <meta content=\"text/html; charset=windows-1252\"\n" + " http-equiv=\"Content-Type\">\n" + " </head>\n" + " <body text=\"#000000\" bgcolor=\"#FFFFFF\">\n" + " <div class=\"moz-cite-prefix\">On 07/25/2014 04:58 PM, Nicolin Chen\n" + " wrote:<br>\n" + " </div>\n" + " <blockquote cite=\"mid:20140725112807.GA29852@MrMyself\" type=\"cite\">\n" + " <pre wrap=\"\">Hi Varka,\n" + "\n" + "On Fri, Jul 25, 2014 at 05:04:11PM +0530, Varka Bhadram wrote:\n" + "</pre>\n" + " <blockquote type=\"cite\">\n" + " <pre wrap=\"\">On 07/25/2014 02:16 PM, Nicolin Chen wrote:\n" + "</pre>\n" + " <blockquote type=\"cite\">\n" + " <pre wrap=\"\">The Asynchronous Sample Rate Converter (ASRC) converts the sampling rate of a\n" + "signal associated with an input clock into a signal associated with a different\n" + "output clock. The driver currently works as a Front End of DPCM with other Back\n" + "Ends DAI links such as ESAI<->CS42888 and SSI<->WM8962 and SAI. It converts the\n" + "original sample rate to a common rate supported by Back Ends for playback while\n" + "converts the common rate of Back Ends to a desired rate for capture. It has 3\n" + "pairs to support three different substreams within totally 10 channels.\n" + "\n" + "Signed-off-by: Nicolin Chen <a class=\"moz-txt-link-rfc2396E\" href=\"mailto:nicoleotsuka@gmail.com\"><nicoleotsuka@gmail.com></a>\n" + "---\n" + " .../devicetree/bindings/sound/fsl,asrc.txt | 60 ++\n" + " sound/soc/fsl/Kconfig | 9 +\n" + " sound/soc/fsl/Makefile | 2 +\n" + " sound/soc/fsl/fsl_asrc.c | 992 +++++++++++++++++++++\n" + " sound/soc/fsl/fsl_asrc.h | 461 ++++++++++\n" + " sound/soc/fsl/fsl_asrc_dma.c | 386 ++++++++\n" + " 6 files changed, 1910 insertions(+)\n" + " create mode 100644 Documentation/devicetree/bindings/sound/fsl,asrc.txt\n" + " create mode 100644 sound/soc/fsl/fsl_asrc.c\n" + " create mode 100644 sound/soc/fsl/fsl_asrc.h\n" + " create mode 100644 sound/soc/fsl/fsl_asrc_dma.c\n" + "\n" + "\n" + "</pre>\n" + " </blockquote>\n" + " <pre wrap=\"\">check patch warnings on this patch...\n" + "</pre>\n" + " </blockquote>\n" + " <pre wrap=\"\">\n" + "[...]\n" + "\n" + "./scripts/checkpatch.pl --max-line-length=128 0002-ASoC-fsl_a....patch\n" + "total: 0 errors, 0 warnings, 1928 lines checked\n" + "\n" + "0002-ASoC....patch has no obvious style problems and is ready for submission\n" + "\n" + "[...]\n" + "\n" + "I think there's no need to be so strict by wrapping all lines inside\n" + "80 characters, especially for those that will be less readable if being\n" + "wrapped and for those in header file.\n" + "\n" + "\n" + "</pre>\n" + " </blockquote>\n" + " <pre>Ohhh .. If this is the case, patch addressed all of comments... Thanks..\n" + "\n" + "<span class=\"st\"><em>Reviewed-by: Varka Bhadram <a class=\"moz-txt-link-rfc2396E\" href=\"mailto:varkabhadram@gmail.com\"><varkabhadram@gmail.com></a></em></span>\n" + "\n" + "</pre>\n" + " <pre class=\"moz-signature\" cols=\"72\">-- \n" + "Regards,\n" + "Varka Bhadram.</pre>\n" + " </body>\n" + "</html>\n" -fd62806940ba5646961ffd7a7774105b10372e9bfbbbe4f7b62df6e478ec2ad0 +e5c2356a51dae0aa67e970b204122db27cb00ad1823d394e46522997e871bf57
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.