<?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: IMX8m Mini Same audio stream out multiple SAI data lines in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1207030#M167295</link>
    <description>&lt;P&gt;You can take a look into the following application note, it is from an i.MX6, but it is the same module an apply for the i.MX8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A class="link-titled" title="http://www.nxp.com/docs/en/application-note/AN4952.pdf" href="http://www.nxp.com/docs/en/application-note/AN4952.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.nxp.com/docs/en/application-note/AN4952.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2021 17:54:35 GMT</pubDate>
    <dc:creator>jamesbone</dc:creator>
    <dc:date>2021-01-05T17:54:35Z</dc:date>
    <item>
      <title>IMX8m Mini Same audio stream out multiple SAI data lines</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1200591#M166600</link>
      <description>&lt;P&gt;Our board has 2 codecs to drive either left/right or tweeters/woofer.&amp;nbsp; The two codecs are wired to SA1_TX0 and SA1_TX1.&amp;nbsp; I have already created codec and platform drivers and have all this working.&amp;nbsp; I am able to transmit audio to the first codec on SA1_TX0.&amp;nbsp; I am trying to configure and setup so we send the same audio (2 channel) to both the SA1_TX0 and SA1_TX1 lines.&lt;/P&gt;&lt;P&gt;I have found in the fsl_sai.c file where the channels are pins are calculated based off the slots/channels.&amp;nbsp; The only way I have been able to enable the SA1_TX1 pin, is by telling the driver I have 4 channels of audio (which we do not). This causes both lines to work, but with only 2 channel audio, it is stop/go as you would imagine.&lt;/P&gt;&lt;P&gt;Is it possible to have the same audio going to two different TX pins on one SAI ?&amp;nbsp; And if so, how is this accomplished.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 18:29:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1200591#M166600</guid>
      <dc:creator>injaneer1</dc:creator>
      <dc:date>2020-12-16T18:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8m Mini Same audio stream out multiple SAI data lines</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1201953#M166743</link>
      <description>&lt;P&gt;I have found this post, and it seems I am running in the correct mode of 10 for FCOMB, but do not get the results I see in this diagram under C ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/How-can-I-configure-multi-channel-SAI-using-edma/m-p/968632" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/How-can-I-configure-multi-channel-SAI-using-edma/m-p/968632&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 20:51:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1201953#M166743</guid>
      <dc:creator>injaneer1</dc:creator>
      <dc:date>2020-12-18T20:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8m Mini Same audio stream out multiple SAI data lines</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1206275#M167223</link>
      <description>&lt;P&gt;Are you using ALSA to perform this task?&amp;nbsp; if not, you need to remember that the i.MX device has an AudioMux&amp;nbsp; module that need to be configure and we recommend to use the Linux BSP + ALSA to handle the codecs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 20:56:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1206275#M167223</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2021-01-04T20:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8m Mini Same audio stream out multiple SAI data lines</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1206278#M167224</link>
      <description>&lt;P&gt;We are using Also in Android 10.&amp;nbsp; Can you share the configuration for the AudioMux to accomplish the same audio on two data lines on the same SAI.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 21:14:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1206278#M167224</guid>
      <dc:creator>injaneer1</dc:creator>
      <dc:date>2021-01-04T21:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8m Mini Same audio stream out multiple SAI data lines</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1207030#M167295</link>
      <description>&lt;P&gt;You can take a look into the following application note, it is from an i.MX6, but it is the same module an apply for the i.MX8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A class="link-titled" title="http://www.nxp.com/docs/en/application-note/AN4952.pdf" href="http://www.nxp.com/docs/en/application-note/AN4952.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.nxp.com/docs/en/application-note/AN4952.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 17:54:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1207030#M167295</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2021-01-05T17:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8m Mini Same audio stream out multiple SAI data lines</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1207034#M167296</link>
      <description>&lt;P&gt;I do not see how t his document is relevant.&amp;nbsp; This does not describe using Alsa audiomux.&amp;nbsp; I am using SAI1 data lines 0 and 1, so they have the same bit and word clocks so there is no 2nd clock to configure ?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 18:11:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1207034#M167296</guid>
      <dc:creator>injaneer1</dc:creator>
      <dc:date>2021-01-05T18:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8m Mini Same audio stream out multiple SAI data lines</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1229419#M169313</link>
      <description>&lt;P&gt;Can anyone help with this topic ?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 16:26:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1229419#M169313</guid>
      <dc:creator>injaneer1</dc:creator>
      <dc:date>2021-02-10T16:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8m Mini Same audio stream out multiple SAI data lines</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1231197#M169519</link>
      <description>&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Ok,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;I finally got this working. I had to setup the audio policy as QUAD mode instead of stereo then add a check for that under the primary output to force the correct channels and channel max. Then using the mentioned copy mode like for 5.1 and 7.1 created a dual stereo or 2.2 output mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If anyone needs this, just let me know.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 21:40:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8m-Mini-Same-audio-stream-out-multiple-SAI-data-lines/m-p/1231197#M169519</guid>
      <dc:creator>injaneer1</dc:creator>
      <dc:date>2021-02-15T21:40:16Z</dc:date>
    </item>
  </channel>
</rss>

