<?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: [IMX6] Change Audio card on Android 7 using Sabresd Board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610881#M92212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &amp;nbsp;May Queen:&lt;/P&gt;&lt;P&gt;I have some questions about &amp;nbsp;IMX6 SABRE board, &amp;nbsp;I port android N 7.1.1 &amp;nbsp;with &amp;nbsp;&lt;SPAN&gt;IMX6 SABRE board(cpu imx6qp),&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Both the development board and the code are provided by NXP&lt;SPAN style="color: #3d3d3d;"&gt;&amp;nbsp;,&lt;/SPAN&gt;&amp;nbsp;I think the development board should work properly&amp;nbsp;. but my code have so many problems?&amp;nbsp;I think it must be something wrong with my operation，I want to know if there were any problems when you debug the source code，Can you give me some reference about how to &lt;SPAN style="color: #3d3d3d;"&gt;port android N 7.1.1 &amp;nbsp;with &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;IMX6 SABRE board&lt;/SPAN&gt;?&amp;nbsp;I looked at the documentation for the android_N7.1.1_1.0.0_docs folder, but it still didn't work out，Thank you very much！&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2017 07:57:15 GMT</pubDate>
    <dc:creator>wangxizhi</dc:creator>
    <dc:date>2017-08-01T07:57:15Z</dc:date>
    <item>
      <title>[IMX6] Change Audio card on Android 7 using Sabresd Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610877#M92208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As title, I boot success on Android 7 using HDMI mode, but the default audio card is wm8962 audio codec, so it's so creepy when I control the HDMI monitor but the sound output is from wm8962 speaker.&lt;BR /&gt;&lt;BR /&gt;Anybody know how to change the default audio card on Android, I think maybe modify tinyalsa source on HAL layer?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 08:27:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610877#M92208</guid>
      <dc:creator>mayqueen</dc:creator>
      <dc:date>2017-04-14T08:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: [IMX6] Change Audio card on Android 7 using Sabresd Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610878#M92209</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;You can look at the patch below which does just that:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/boundarydevices/android_hardware_imx/commit/8aca7d27" title="https://github.com/boundarydevices/android_hardware_imx/commit/8aca7d27"&gt;tinyalsa: allow HDMI to be used as primary output/input device · boundarydevices/android_hardware_imx@8aca7d2 · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that patch, if you set one property to 1 then the audio will go to HDMI:&lt;/P&gt;&lt;P&gt;$ setprop&amp;nbsp;persist.audio.hdmi_out 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this property is persisten across reboot, you only need to set it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 08:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610878#M92209</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2017-04-17T08:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: [IMX6] Change Audio card on Android 7 using Sabresd Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610879#M92210</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;&amp;nbsp; The following may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-93745"&gt;https://community.nxp.com/docs/DOC-93745&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 09:45:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610879#M92210</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-04-17T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: [IMX6] Change Audio card on Android 7 using Sabresd Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610880#M92211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! thanks! BD is really a powerful contributor!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 03:28:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610880#M92211</guid>
      <dc:creator>mayqueen</dc:creator>
      <dc:date>2017-04-19T03:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: [IMX6] Change Audio card on Android 7 using Sabresd Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610881#M92212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &amp;nbsp;May Queen:&lt;/P&gt;&lt;P&gt;I have some questions about &amp;nbsp;IMX6 SABRE board, &amp;nbsp;I port android N 7.1.1 &amp;nbsp;with &amp;nbsp;&lt;SPAN&gt;IMX6 SABRE board(cpu imx6qp),&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Both the development board and the code are provided by NXP&lt;SPAN style="color: #3d3d3d;"&gt;&amp;nbsp;,&lt;/SPAN&gt;&amp;nbsp;I think the development board should work properly&amp;nbsp;. but my code have so many problems?&amp;nbsp;I think it must be something wrong with my operation，I want to know if there were any problems when you debug the source code，Can you give me some reference about how to &lt;SPAN style="color: #3d3d3d;"&gt;port android N 7.1.1 &amp;nbsp;with &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;IMX6 SABRE board&lt;/SPAN&gt;?&amp;nbsp;I looked at the documentation for the android_N7.1.1_1.0.0_docs folder, but it still didn't work out，Thank you very much！&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 07:57:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Change-Audio-card-on-Android-7-using-Sabresd-Board/m-p/610881#M92212</guid>
      <dc:creator>wangxizhi</dc:creator>
      <dc:date>2017-08-01T07:57:15Z</dc:date>
    </item>
  </channel>
</rss>

