<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: Problem on sound speed</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408161#M60867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your answer. I made more tests and I found the reason of my problem : the issue is the SAIF clock. There are a bug on divider computing and the precision of the divider is not enough to provide a stable audio rate for a long time (cf chapter 35.2.1 of datasheet). I'm working on a correction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2015 07:36:03 GMT</pubDate>
    <dc:creator>victorien</dc:creator>
    <dc:date>2015-06-23T07:36:03Z</dc:date>
    <item>
      <title>Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408159#M60865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I make some audio test on my board : imx280, sgtl5000, Linux3.14, rootfs by OpenEmbedded and I play MP3 file with mpg123.&lt;/P&gt;&lt;P&gt;the issue is : my platform need 60s and 35ms to play a sound of 60s (it's take 60s on my computer). I try with another MP3 player and I have the same problem.&lt;/P&gt;&lt;P&gt;Is there someone who knows were is generate this changement of speed ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408159#M60865</guid>
      <dc:creator>victorien</dc:creator>
      <dc:date>2015-06-17T12:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408160#M60866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you considered file open/close times on the embedded system? What about clock precision on the i.MX28 board?&lt;/P&gt;&lt;P&gt;In the other hand, I’m afraid that such Linux version and MP3 players are not supported by Freescale on the i.MX28 platform.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 19:33:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408160#M60866</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2015-06-22T19:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408161#M60867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your answer. I made more tests and I found the reason of my problem : the issue is the SAIF clock. There are a bug on divider computing and the precision of the divider is not enough to provide a stable audio rate for a long time (cf chapter 35.2.1 of datasheet). I'm working on a correction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 07:36:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408161#M60867</guid>
      <dc:creator>victorien</dc:creator>
      <dc:date>2015-06-23T07:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408162#M60868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you like tho share your investigations? Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 18:49:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408162#M60868</guid>
      <dc:creator>jörg_krause</dc:creator>
      <dc:date>2015-06-29T18:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408163#M60869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sure, I can share !&lt;/P&gt;&lt;P&gt;I made 2 modifications :&lt;/P&gt;&lt;P&gt;- On mxs clock driver, I change the function which compute the divider to have the best result (cf patch 0001)&lt;/P&gt;&lt;P&gt;- The iMX28 datasheet says that the precision of divider in not enough to respect an audio/video synchronisation (chapter 35.2.1 page 2203). Then I had a process to change periodicaly the SAIF frequency (cf patch 0003)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is based on kernel 3.14 and I'm not sure that it is conformed to the "linux rule" then you can propose improvment !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 07:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408163#M60869</guid>
      <dc:creator>victorien</dc:creator>
      <dc:date>2015-07-02T07:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408164#M60870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for this! Great work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied the patches without any problems on a 4.0 Kernel. The synchronisation is much better now. However sometimes the frequency is adjusted to a new value where after this a lot of sync errors occur. The frequency is adjusted to the old value after around 52 seconds and the sync is alright again. Do you know why the frequency is adjusted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:58:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408164#M60870</guid>
      <dc:creator>jörg_krause</dc:creator>
      <dc:date>2015-07-02T14:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408165#M60871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got it! Every 420.1 seconds the frequency is adjusted for 52 seconds to maintain audio synchronization within +/-20ms, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:16:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408165#M60871</guid>
      <dc:creator>jörg_krause</dc:creator>
      <dc:date>2015-07-02T15:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408166#M60872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it's right. This part is explain on datasheet.&lt;/P&gt;&lt;P&gt;But I don't understand what do you mean by "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;However sometimes the frequency is adjusted to a new value where after this a lot of sync errors occur.".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This modification of the driver is under development, then I'm really interested by your comments and results&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:25:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408166#M60872</guid>
      <dc:creator>victorien</dc:creator>
      <dc:date>2015-07-02T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408167#M60873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good job, Victorien!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it take exactly 60s for the track to play with your changes applied?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are happy with the fix, please let me know and I can help you submitting your changes to the mainline kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:38:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408167#M60873</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2015-07-02T15:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408168#M60874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/victorien"&gt;victorien&lt;/A&gt; Let me explain: The source DACs clock (a remote music player) has coincidentally the same "wrong" clock frequency which is not adjusted. The first 420 seconds both are running "synchronous". After 52 seconds my clock is running faster then the remotes clock and the device has to do some corrections to maintain synchronization with the slower remote clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, as you see, this is not a problem of your patch. So forget about this - it just took me a while to understand what's happening here :-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:15:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408168#M60874</guid>
      <dc:creator>jörg_krause</dc:creator>
      <dc:date>2015-07-02T17:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408169#M60875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the patch 1 is a bugfix we should really submit it to mainline kernel!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 19:53:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408169#M60875</guid>
      <dc:creator>jörg_krause</dc:creator>
      <dc:date>2015-07-06T19:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408170#M60876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, Jörg. If you or Victorien could send it, that would be awesome. Please note that the patch misses a Signed-off-by tag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 19:59:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408170#M60876</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2015-07-06T19:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408171#M60877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm agree and I'll submit it to mainline. Do you have any comment about this patch ? improvment ? respect of kernel rule ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it will be the first time I submit a patch to list ; what is the best way to do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 07:00:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408171#M60877</guid>
      <dc:creator>victorien</dc:creator>
      <dc:date>2015-07-07T07:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408172#M60878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victorien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your patch is a candidate for a stable fix, so your changes should be short as possible. It would be helpful to describe in short how to reproduce the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at &lt;A href="http://lxr.free-electrons.com/source/Documentation/SubmittingPatches" title="http://lxr.free-electrons.com/source/Documentation/SubmittingPatches"&gt;Linux/Documentation/SubmittingPatches - Linux Cross Reference - Free Electrons&lt;/A&gt;&amp;nbsp; for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 12:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408172#M60878</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2015-07-07T12:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408173#M60879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victorien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patches look good. Need some minor adjustments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Run ./scripts/checkpatch.pl on both of them and fix the reported issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Signed-off-by line is missing, no "//" style comments, use /* Test 123 */ style instead,&lt;/P&gt;&lt;P&gt;code should be placed under 80 columns, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After all these issues are handled, then improve a bit the commit log and provide some examples on how the rate is currently set and what is the new rate after the patch is applied, how the problem can be reproduced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then send it to the list using git send-email and Cc the maintainers and lists involved. Running ./scripts/get_maintainers will tell you who to Cc on your patch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have questions about this process, just ask us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:00:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408173#M60879</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2015-07-07T14:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408174#M60880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victorien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you still want to submit this patch to mainline? In the case you don't have the time please let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan Wahren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 06:45:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408174#M60880</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2015-07-31T06:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408175#M60881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was really busy in July and I forgot to do that. I submitted the patch today. I hope it will be accept !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 16:28:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408175#M60881</guid>
      <dc:creator>victorien</dc:creator>
      <dc:date>2015-07-31T16:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408176#M60882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victorien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not able to find your patch in the alsa-devel list. Have you subscribed to this list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2015 14:56:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408176#M60882</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2015-08-02T14:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408177#M60883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Victorien send it to linux-kernel which is correct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://marc.info/?l=linux-kernel&amp;amp;m=143835988106367&amp;amp;w=2" title="http://marc.info/?l=linux-kernel&amp;amp;m=143835988106367&amp;amp;w=2"&gt;'[PATCH] clk:mxs: Fix bug on frequency divider' - MARC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2015 16:41:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408177#M60883</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2015-08-02T16:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on sound speed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408178#M60884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get_maintainer.pl suggests the following folks and lists:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ ./scripts/get_maintainer.pl -f drivers/clk/mxs/clk-frac.c&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Michael Turquette &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:mturquette@baylibre.com"&gt;mturquette@baylibre.com&lt;/A&gt;&lt;SPAN&gt;&amp;gt; (maintainer:COMMON CLK FRAMEWORK)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Stephen Boyd &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:sboyd@codeaurora.org"&gt;sboyd@codeaurora.org&lt;/A&gt;&lt;SPAN&gt;&amp;gt; (maintainer:COMMON CLK FRAMEWORK,commit_signer:1/1=100%,authored:1/1=100%,removed_lines:1/1=100%)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shawn Guo &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:shawn.guo@linaro.org"&gt;shawn.guo@linaro.org&lt;/A&gt;&lt;SPAN&gt;&amp;gt; (commit_signer:1/1=100%)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:linux-clk@vger.kernel.org"&gt;linux-clk@vger.kernel.org&lt;/A&gt;&lt;SPAN&gt; (open list:COMMON CLK FRAMEWORK)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:linux-kernel@vger.kernel.org"&gt;linux-kernel@vger.kernel.org&lt;/A&gt;&lt;SPAN&gt; (open list)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2015 17:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-on-sound-speed/m-p/408178#M60884</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2015-08-02T17:01:34Z</dc:date>
    </item>
  </channel>
</rss>

