<?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: HDMI Audio : Segfault with any ALSA apps in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-Audio-Segfault-with-any-ALSA-apps/m-p/255566#M24331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact, the problem was due to a compiler bug in the toolchain Sourcery CodeBench ARM 2012.03.&lt;/P&gt;&lt;P&gt;Using the toolchain Sourcery CodeBench ARM 2013.05 solves the Segmentation Fault in alsa-utils applications (aplay, speaker-test...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 08:35:29 GMT</pubDate>
    <dc:creator>frederic_coiffi</dc:creator>
    <dc:date>2013-07-10T08:35:29Z</dc:date>
    <item>
      <title>HDMI Audio : Segfault with any ALSA apps</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-Audio-Segfault-with-any-ALSA-apps/m-p/255564#M24329</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;I'm working on HDMI output for a custom i.MX6Q board. I'm using the last git commit of the &lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_3.0.35_4.0.0"&gt;imx_3.0.35_4.0.0&lt;/A&gt; branch.&lt;/P&gt;&lt;P&gt;The HDMI video works fine in framebuffer but I can't get a working HDMI audio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sound device is correctly created :&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;mxc_hdmi_soc mxc_hdmi_soc.0: MXC HDMI Audio&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;asoc: mxc-hdmi-soc &amp;lt;-&amp;gt; imx-hdmi-soc-dai.0 mapping ok&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ALSA device list:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; #0: imx-hdmi-soc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And :&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;$ cat /proc/asound/cards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 0 [imxhdmisoc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]: imx-hdmi-soc - imx-hdmi-soc&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx-hdmi-soc&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;$ cat /proc/asound/pcm&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;00-00: IMX HDMI TX mxc-hdmi-soc-0 :&amp;nbsp; : playback 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, when I try to use aplay or speaker-test, I get a segfault :&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;$ aplay -L&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Segmentation fault&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;$ aplay /tmp/test.wav&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Segmentation fault&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;$ aplay -D hw:0,0 /tmp/test.wav&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Segmentation fault&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;$ speaker-test&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;speaker-test 1.0.24.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Playback device is default&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Stream parameters are 48000Hz, S16_LE, 1 channels&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Using 16 octaves of pink noise&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Segmentation fault&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;So, is it a known problem in the current Linux kernel or is there something missing in my configuration ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 16:17:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-Audio-Segfault-with-any-ALSA-apps/m-p/255564#M24329</guid>
      <dc:creator>frederic_coiffi</dc:creator>
      <dc:date>2013-07-04T16:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI Audio : Segfault with any ALSA apps</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-Audio-Segfault-with-any-ALSA-apps/m-p/255565#M24330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same qustion.when playback video,no sound .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 01:36:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-Audio-Segfault-with-any-ALSA-apps/m-p/255565#M24330</guid>
      <dc:creator>gavinbao</dc:creator>
      <dc:date>2013-07-05T01:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: HDMI Audio : Segfault with any ALSA apps</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HDMI-Audio-Segfault-with-any-ALSA-apps/m-p/255566#M24331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact, the problem was due to a compiler bug in the toolchain Sourcery CodeBench ARM 2012.03.&lt;/P&gt;&lt;P&gt;Using the toolchain Sourcery CodeBench ARM 2013.05 solves the Segmentation Fault in alsa-utils applications (aplay, speaker-test...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 08:35:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HDMI-Audio-Segfault-with-any-ALSA-apps/m-p/255566#M24331</guid>
      <dc:creator>frederic_coiffi</dc:creator>
      <dc:date>2013-07-10T08:35:29Z</dc:date>
    </item>
  </channel>
</rss>

