<?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 ESAI for SPDIF receiver usage in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/ESAI-for-SPDIF-receiver-usage/m-p/1181355#M164775</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using i.MX 6ULL for audio encoder product, Its need two SPDIF receive interface.&lt;/P&gt;&lt;P&gt;But i.MX only have one origin SPDIF receiver. I'm looking for ESAI to handle this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as the ESAI document says:&lt;/P&gt;&lt;P&gt;The Enhanced Serial Audio Interface (ESAI) provides a full-duplex serial port for serial communication with a variety of serial devices, including industry-standard codecs, Sony/Phillips Digital Interface (SPDIF) transceivers, and other DSPs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: Does ESAI can working on SPDIF receiver mode and working together with i.MX's origin SPDIF(receiver), and any sample code for reference?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2020 08:43:16 GMT</pubDate>
    <dc:creator>xkwy</dc:creator>
    <dc:date>2020-11-11T08:43:16Z</dc:date>
    <item>
      <title>ESAI for SPDIF receiver usage</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ESAI-for-SPDIF-receiver-usage/m-p/1181355#M164775</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using i.MX 6ULL for audio encoder product, Its need two SPDIF receive interface.&lt;/P&gt;&lt;P&gt;But i.MX only have one origin SPDIF receiver. I'm looking for ESAI to handle this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as the ESAI document says:&lt;/P&gt;&lt;P&gt;The Enhanced Serial Audio Interface (ESAI) provides a full-duplex serial port for serial communication with a variety of serial devices, including industry-standard codecs, Sony/Phillips Digital Interface (SPDIF) transceivers, and other DSPs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: Does ESAI can working on SPDIF receiver mode and working together with i.MX's origin SPDIF(receiver), and any sample code for reference?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 08:43:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ESAI-for-SPDIF-receiver-usage/m-p/1181355#M164775</guid>
      <dc:creator>xkwy</dc:creator>
      <dc:date>2020-11-11T08:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: ESAI for SPDIF receiver usage</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ESAI-for-SPDIF-receiver-usage/m-p/1181418#M164779</link>
      <description>&lt;P&gt;Hi xkwy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in general this is possibe, use spdif dts as examples :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2-wm8958.dts?h=imx_4.14.98_2.0.0_ga" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2-wm8958.dts?h=imx_4.14.98_2.0.0_ga&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2-spdif.dts?h=imx_4.14.98_2.0.0_ga" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2-spdif.dts?h=imx_4.14.98_2.0.0_ga&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;spdif test description in&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_spdif_test/doc?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_spdif_test/doc?h=imx_5.4.47_2.2.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and sect.7.5 Audio Mixer (AUDMIX) &amp;nbsp; &lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/docs/en/reference-manual/IMX_REFERENCE_MANUAL.pdf" target="_blank" rel="noopener"&gt;i.MX Linux Reference Manual​&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_amix_test?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_amix_test?h=imx_5.4.47_2.2.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 10:00:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ESAI-for-SPDIF-receiver-usage/m-p/1181418#M164779</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-11-11T10:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: ESAI for SPDIF receiver usage</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ESAI-for-SPDIF-receiver-usage/m-p/1181425#M164780</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;igorpadykov&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have already know that the chip's SPDIF are working well just as you provide dts&amp;amp;doc links.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my question is that I need another SPDIF for my application(the chip only have one), can it reachable by ESAI?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 10:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ESAI-for-SPDIF-receiver-usage/m-p/1181425#M164780</guid>
      <dc:creator>xkwy</dc:creator>
      <dc:date>2020-11-11T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: ESAI for SPDIF receiver usage</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ESAI-for-SPDIF-receiver-usage/m-p/1183899#M164956</link>
      <description>&lt;P&gt;Hi xkwy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; I need another SPDIF for my application(the chip only have one), can it reachable by ESAI?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;not sorry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 14:12:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ESAI-for-SPDIF-receiver-usage/m-p/1183899#M164956</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-11-16T14:12:05Z</dc:date>
    </item>
  </channel>
</rss>

