<?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: How to setup imx6qdl linux system for imx-dummy? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-imx6qdl-linux-system-for-imx-dummy/m-p/1069849#M157153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haibo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mailman.alsa-project.org/pipermail/alsa-devel/2016-May/107725.html" title="https://mailman.alsa-project.org/pipermail/alsa-devel/2016-May/107725.html"&gt;[alsa-devel] Imx6 i2s master driver without i2c&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2020 23:59:26 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-04-07T23:59:26Z</dc:date>
    <item>
      <title>How to setup imx6qdl linux system for imx-dummy?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-imx6qdl-linux-system-for-imx-dummy/m-p/1069848#M157152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; i want to use imx-dummy as the pcm interface for bluetooth, &amp;nbsp;to&amp;nbsp;record calls voice. the platform i use is imx6qdl linux system, imx6qdl is the slave mode, set as follow:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;imx6qdl-sabresd.dtsi:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;codec_dummy: codec_dummy {&lt;BR /&gt; compatible = "linux,snd-soc-dummy";&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sound-dummy {&lt;BR /&gt; compatible = "fsl,imx-audio-dummy";&lt;BR /&gt; model = "imx-audio-dummy";&lt;BR /&gt; audio-cpu = &amp;lt;&amp;amp;ssi2&amp;gt;;&lt;BR /&gt; audio-codec = &amp;lt;&amp;amp;codec_dummy&amp;gt;;&lt;BR /&gt; mux-int-port = &amp;lt;2&amp;gt;;&lt;BR /&gt; mux-ext-port = &amp;lt;6&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;ssi2 {&lt;BR /&gt; fsl,mode ="i2s-slave";&lt;BR /&gt; status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pinctrl_audmux6: audmux6grp {&lt;BR /&gt; fsl,pins = &amp;lt;&lt;BR /&gt; MX6QDL_PAD_DI0_PIN4__AUD6_RXD 0x130b0 //PCM_OUT&lt;BR /&gt; MX6QDL_PAD_DI0_PIN2__AUD6_TXD 0x110b0 //PCM_IN&lt;BR /&gt; MX6QDL_PAD_DI0_PIN15__AUD6_TXC 0x130b0 //PCM_CLK&lt;BR /&gt; MX6QDL_PAD_DI0_PIN3__AUD6_TXFS 0x130b0 //PCM_SYNC&lt;BR /&gt; MX6QDL_PAD_DISP0_DAT6__AUD6_RXC 0x130b0 //PCM_CLK slave&lt;BR /&gt; MX6QDL_PAD_DISP0_DAT5__AUD6_RXFS 0x130b0 //PCM_SYNC slave&lt;BR /&gt; &amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and the sound card 'imxaudiodummy' will be generate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@Freescale_iMX6 /mnt/nfs# cat /proc/asound/cards &lt;BR /&gt; 0 [imxaudiodummy ]: imx-audio-dummy - imx-audio-dummy&lt;BR /&gt; imx-audio-dummy&lt;BR /&gt; 1 [imxaudiosgtl500]: imx-audio-sgtl5 - imx-audio-sgtl5000&lt;BR /&gt; imx-audio-sgtl5000&lt;BR /&gt; 2 [imxhdmisoc ]: imx-hdmi-soc - imx-hdmi-soc&lt;BR /&gt; imx-hdmi-soc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but use the command "arecord -D hw:0,0 -f S16_LE test.wav",&lt;/STRONG&gt;&lt;STRONG&gt;When i call via bluetooth, BT module's PCM_CLK/PCM_SYNC/PCM_OUT all have signal output, but platform is not record.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can i do?&amp;nbsp;Is there a patch to support this requirement？&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The imx-dummy.c file i used on imx6mq-evk android system.,is there are differents betwen?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:45:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-imx6qdl-linux-system-for-imx-dummy/m-p/1069848#M157152</guid>
      <dc:creator>4060979</dc:creator>
      <dc:date>2020-04-07T11:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup imx6qdl linux system for imx-dummy?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-imx6qdl-linux-system-for-imx-dummy/m-p/1069849#M157153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haibo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mailman.alsa-project.org/pipermail/alsa-devel/2016-May/107725.html" title="https://mailman.alsa-project.org/pipermail/alsa-devel/2016-May/107725.html"&gt;[alsa-devel] Imx6 i2s master driver without i2c&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2020 23:59:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-imx6qdl-linux-system-for-imx-dummy/m-p/1069849#M157153</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-04-07T23:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup imx6qdl linux system for imx-dummy?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-imx6qdl-linux-system-for-imx-dummy/m-p/1069850#M157154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide the corresponding imx-dummy.c file for imx6qdl platform？&lt;/P&gt;&lt;P&gt;I don't know if the file used now is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 10:17:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-imx6qdl-linux-system-for-imx-dummy/m-p/1069850#M157154</guid>
      <dc:creator>4060979</dc:creator>
      <dc:date>2020-04-09T10:17:28Z</dc:date>
    </item>
  </channel>
</rss>

