<?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: Audio codec machine driver for i.MX6</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Audio-codec-machine-driver-for-i-MX6/m-p/450974#M69953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as starting point one can use existing drivers and documents&lt;/P&gt;&lt;P&gt;included in Linux packages like: i.MX_ _BSP_Porting_Guide.pdf&lt;/P&gt;&lt;P&gt;i.MX_ _Linux_Reference_Manual.pdf, for porting problems also&lt;/P&gt;&lt;P&gt;may be useful meta-fsl-arm mail list&lt;/P&gt;&lt;P&gt;&lt;A href="https://lists.yoctoproject.org/listinfo/meta-freescale" title="https://lists.yoctoproject.org/listinfo/meta-freescale"&gt;https://lists.yoctoproject.org/listinfo/meta-freescale&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 08:11:32 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2015-11-04T08:11:32Z</dc:date>
    <item>
      <title>Audio codec machine driver for i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Audio-codec-machine-driver-for-i-MX6/m-p/450973#M69952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about audio.&lt;BR /&gt;There are some codec machine drivers in &lt;STRONG&gt;sound/soc/fsl/&lt;/STRONG&gt; directory for SabreSD and other boards. But what if for some reasons I want to use codec which haven't machine driver for i.MX6?&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;sound/soc/codecs/&lt;/STRONG&gt; directory I can find a lot of codec drivers including the one that I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the question is: How can I write a machine driver for this codec? Where I can find an information about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Linux Device Drivers 3" don't have specific "audio drivers" chapter. "Writing an ALSA Driver" at alsa-project.org is outdated by ten (!!!) years.&lt;BR /&gt;I saw many unsolved discussions about integrating particular codecs at this forum, so, I think that "codec-machine-driver-guide" will be very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 08:44:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Audio-codec-machine-driver-for-i-MX6/m-p/450973#M69952</guid>
      <dc:creator>ivannikolaenko</dc:creator>
      <dc:date>2015-11-03T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Audio codec machine driver for i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Audio-codec-machine-driver-for-i-MX6/m-p/450974#M69953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as starting point one can use existing drivers and documents&lt;/P&gt;&lt;P&gt;included in Linux packages like: i.MX_ _BSP_Porting_Guide.pdf&lt;/P&gt;&lt;P&gt;i.MX_ _Linux_Reference_Manual.pdf, for porting problems also&lt;/P&gt;&lt;P&gt;may be useful meta-fsl-arm mail list&lt;/P&gt;&lt;P&gt;&lt;A href="https://lists.yoctoproject.org/listinfo/meta-freescale" title="https://lists.yoctoproject.org/listinfo/meta-freescale"&gt;https://lists.yoctoproject.org/listinfo/meta-freescale&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 08:11:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Audio-codec-machine-driver-for-i-MX6/m-p/450974#M69953</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-11-04T08:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Audio codec machine driver for i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Audio-codec-machine-driver-for-i-MX6/m-p/450975#M69954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very clear.&lt;/P&gt;&lt;P&gt;Freescale is&amp;nbsp; responsible for CPU dai.&lt;/P&gt;&lt;P&gt;Codec Vendor is&amp;nbsp; responsible for Codec dai.&lt;/P&gt;&lt;P&gt;And Customer is&amp;nbsp; responsible for machine driver.&lt;/P&gt;&lt;P&gt;The machine drive is not much but related to the hardware design in a products.&lt;/P&gt;&lt;P&gt;The linux alsa machine driver is platform independent knowleadge. The same thing you are using the others CPUs.&lt;/P&gt;&lt;P&gt;The alsa machine driver is calling alsa API, which no direct contact with CPUs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "many unsolved discussions about integrating particular codecs at this forum", which is machine driver issue, should not be submitted in this forum.&lt;/P&gt;&lt;P&gt;We hope customers have enough knowleadge to know which should submit here to save the others' time who really have questions about i.MX.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 09:49:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Audio-codec-machine-driver-for-i-MX6/m-p/450975#M69954</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2015-11-04T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Audio codec machine driver for i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Audio-codec-machine-driver-for-i-MX6/m-p/450976#M69955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;Have you got any solution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 13:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Audio-codec-machine-driver-for-i-MX6/m-p/450976#M69955</guid>
      <dc:creator>hardikrathore</dc:creator>
      <dc:date>2017-04-04T13:11:28Z</dc:date>
    </item>
  </channel>
</rss>

