<?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>topic Re: IOM interfacing to IMX6 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IOM-interfacing-to-IMX6/m-p/228879#M16802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ragan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is still open. The IOM is basically TDM. We need to route audio to multiple devices i.e., Bluetooth, and a DSP. DSP will be the master. However, Bluetooth will be slave only.&lt;/P&gt;&lt;P&gt;These are the questions we are looking for solution:&lt;/P&gt;&lt;P&gt;1.Do we have support in the Freesclale Kernel (Android) to implement such system ?&lt;/P&gt;&lt;P&gt;2. TDM support and network slave mode can be configured in Kernel without adding any additional code ?&lt;/P&gt;&lt;P&gt;3. How to use Audmux from kernel to route audio to multiple devices&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. Routing the clk and fs from DSP to both iMX and Bluetooth device&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. Routing the TX data from iMX to both Bluetooth device and DSP (iMX sending data to both devices)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c. Routing the TX data from Bluetooth device to iMX and DSP (receiving data through bluetooth mic)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d. Routing the TX data from DSP to Bluetooth and iMX (receiving data from DSP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 May 2013 15:05:51 GMT</pubDate>
    <dc:creator>sujithkv</dc:creator>
    <dc:date>2013-05-11T15:05:51Z</dc:date>
    <item>
      <title>IOM interfacing to IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IOM-interfacing-to-IMX6/m-p/228877#M16800</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;I am new to imx6 audio. couple of questions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Anyone tried IOM interfacing to IMX6 Kernel ? The audio contents will be transmitted out of audmux to the IOM supporting chip and the control will be through UART. Is there any reference code for this ? I see only codec interfaces.&lt;/P&gt;&lt;P&gt;2. Audio from single SSI can be given to multiple audmux ports ? (is it possible to route the same audio to multiple audmux?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 06:01:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IOM-interfacing-to-IMX6/m-p/228877#M16800</guid>
      <dc:creator>sujithkv</dc:creator>
      <dc:date>2013-03-18T06:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: IOM interfacing to IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IOM-interfacing-to-IMX6/m-p/228878#M16801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sujith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this issue still open on your side? If so can you clarify what you mean by IOM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Ragan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 13:27:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IOM-interfacing-to-IMX6/m-p/228878#M16801</guid>
      <dc:creator>Ragan_Dunham</dc:creator>
      <dc:date>2013-05-06T13:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: IOM interfacing to IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IOM-interfacing-to-IMX6/m-p/228879#M16802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ragan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is still open. The IOM is basically TDM. We need to route audio to multiple devices i.e., Bluetooth, and a DSP. DSP will be the master. However, Bluetooth will be slave only.&lt;/P&gt;&lt;P&gt;These are the questions we are looking for solution:&lt;/P&gt;&lt;P&gt;1.Do we have support in the Freesclale Kernel (Android) to implement such system ?&lt;/P&gt;&lt;P&gt;2. TDM support and network slave mode can be configured in Kernel without adding any additional code ?&lt;/P&gt;&lt;P&gt;3. How to use Audmux from kernel to route audio to multiple devices&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. Routing the clk and fs from DSP to both iMX and Bluetooth device&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. Routing the TX data from iMX to both Bluetooth device and DSP (iMX sending data to both devices)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c. Routing the TX data from Bluetooth device to iMX and DSP (receiving data through bluetooth mic)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d. Routing the TX data from DSP to Bluetooth and iMX (receiving data from DSP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 15:05:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IOM-interfacing-to-IMX6/m-p/228879#M16802</guid>
      <dc:creator>sujithkv</dc:creator>
      <dc:date>2013-05-11T15:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: IOM interfacing to IMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IOM-interfacing-to-IMX6/m-p/228880#M16803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the mx6qsabreauto kernel code:&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/mach-mx6/board-mx6q_sabreauto.c?h=imx_3.0.35_4.0.0" title="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/mach-mx6/board-mx6q_sabreauto.c?h=imx_3.0.35_4.0.0"&gt;linux-2.6-imx.git - Freescale i.MX Linux Tree&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,as it provides the support for multi audio components: multi-channel &lt;CODE&gt;cs42888, si4763 tuner and you can use as a reference.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Regards,&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Fabio Estevam&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 13:44:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IOM-interfacing-to-IMX6/m-p/228880#M16803</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-05-17T13:44:34Z</dc:date>
    </item>
  </channel>
</rss>

