<?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: Volume cannot control when hdmi connected in android 4.3 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Volume-cannot-control-when-hdmi-connected-in-android-4-3/m-p/382240#M55138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jianhua,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We have a modification patch for android4.2.2 BSP, Even you are using android4.3 , you can also try to adjust source code according to the following suggestions:&lt;/P&gt;&lt;P&gt;------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Two modifications were needed to adjust hdmi volume: &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;“myandroid/hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp”, function computeVolume()&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;From&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; // if volume is not 0 (not muted), force media volume to max on digital output&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; if (stream == AudioSystem::MUSIC &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; index != mStreams[stream].mIndexMin &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif'; color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (((device == AUDIO_DEVICE_OUT_AUX_DIGITAL) &amp;amp;&amp;amp; (mDeviceIsHdmidongle == false)) ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif'; color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; device == AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; device == AUDIO_DEVICE_OUT_USB_ACCESSORY ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; device == AUDIO_DEVICE_OUT_USB_DEVICE)) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; return 1.0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;To&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; // if volume is not 0 (not muted), force media volume to max on digital output&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; if (stream == AudioSystem::MUSIC &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; index != mStreams[stream].mIndexMin &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif'; color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (device == AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; device == AUDIO_DEVICE_OUT_USB_ACCESSORY ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; device == AUDIO_DEVICE_OUT_USB_DEVICE)) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; return 1.0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;“myandroid/frameworks/base/media/java/android/media/AudioService.java&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;From&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; if (SystemProperties.get("ro.product.device").contains("hdmidongle"))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; mFixedVolumeDevices &amp;amp;= ~AudioSystem.DEVICE_OUT_AUX_DIGITAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;To&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; mFixedVolumeDevices &amp;amp;= ~AudioSystem.DEVICE_OUT_AUX_DIGITAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt;-----------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt;weidong&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 04:47:34 GMT</pubDate>
    <dc:creator>weidong_sun</dc:creator>
    <dc:date>2015-01-29T04:47:34Z</dc:date>
    <item>
      <title>Volume cannot control when hdmi connected in android 4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Volume-cannot-control-when-hdmi-connected-in-android-4-3/m-p/382239#M55137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our customer found a bug that "Audio&amp;nbsp; volume cannot be adjusted when connected to HDMI tv in android 4.3".&lt;/P&gt;&lt;P&gt;I have confirmed it is really as customer said. our model is based on sabreauto board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even in Setting menu --&amp;gt; Sound, it cannot also ajust.&lt;/P&gt;&lt;P&gt;Could you give me some advices? thx a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 01:30:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Volume-cannot-control-when-hdmi-connected-in-android-4-3/m-p/382239#M55137</guid>
      <dc:creator>jasonhsu</dc:creator>
      <dc:date>2015-01-28T01:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Volume cannot control when hdmi connected in android 4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Volume-cannot-control-when-hdmi-connected-in-android-4-3/m-p/382240#M55138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jianhua,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We have a modification patch for android4.2.2 BSP, Even you are using android4.3 , you can also try to adjust source code according to the following suggestions:&lt;/P&gt;&lt;P&gt;------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Two modifications were needed to adjust hdmi volume: &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;“myandroid/hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp”, function computeVolume()&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;From&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; // if volume is not 0 (not muted), force media volume to max on digital output&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; if (stream == AudioSystem::MUSIC &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; index != mStreams[stream].mIndexMin &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif'; color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (((device == AUDIO_DEVICE_OUT_AUX_DIGITAL) &amp;amp;&amp;amp; (mDeviceIsHdmidongle == false)) ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif'; color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; device == AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; device == AUDIO_DEVICE_OUT_USB_ACCESSORY ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; device == AUDIO_DEVICE_OUT_USB_DEVICE)) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; return 1.0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;To&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; // if volume is not 0 (not muted), force media volume to max on digital output&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; if (stream == AudioSystem::MUSIC &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; index != mStreams[stream].mIndexMin &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif'; color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (device == AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; device == AUDIO_DEVICE_OUT_USB_ACCESSORY ||&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; device == AUDIO_DEVICE_OUT_USB_DEVICE)) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; return 1.0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;“myandroid/frameworks/base/media/java/android/media/AudioService.java&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;From&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 7.5pt; margin-bottom: 5.0pt; margin-left: 7.5pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; if (SystemProperties.get("ro.product.device").contains("hdmidongle"))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; mFixedVolumeDevices &amp;amp;= ~AudioSystem.DEVICE_OUT_AUX_DIGITAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;To&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt; mFixedVolumeDevices &amp;amp;= ~AudioSystem.DEVICE_OUT_AUX_DIGITAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt;-----------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5.0pt; margin-right: 15.0pt; margin-bottom: 5.0pt; margin-left: 15.0pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Calibri','sans-serif';"&gt;weidong&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 04:47:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Volume-cannot-control-when-hdmi-connected-in-android-4-3/m-p/382240#M55138</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2015-01-29T04:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Volume cannot control when hdmi connected in android 4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Volume-cannot-control-when-hdmi-connected-in-android-4-3/m-p/382241#M55139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Weidong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for your reply, this issue is fixed with your suggestion.:smileywink:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 08:13:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Volume-cannot-control-when-hdmi-connected-in-android-4-3/m-p/382241#M55139</guid>
      <dc:creator>jasonhsu</dc:creator>
      <dc:date>2015-01-29T08:13:56Z</dc:date>
    </item>
  </channel>
</rss>

