<?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: imx8 hdmi audio in Voice Technology</title>
    <link>https://community.nxp.com/t5/Voice-Technology/imx8-hdmi-audio/m-p/1675944#M45</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219198"&gt;@jinmuyan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like you are having trouble with the audio output through the HDMI port on your i.MX8 development board. To resolve this issue, you can follow these steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;First, ensure that the HDMI audio support is enabled in your kernel configuration. You can check this by looking for the following line in your kernel configuration file (usually located at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;arch/arm64/configs/defconfig):&lt;PRE&gt;CONFIG_SND_SOC_IMX_HDMI=y&lt;/PRE&gt;If it's not present, add it and rebuild your kernel.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Next, verify that the correct device tree bindings are in place for the HDMI audio. You should have an entry similar to this in your device tree file (usually located at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;arch/arm64/boot/dts/freescale/):&lt;PRE&gt;hdmi_audio: hdmi_audio {     compatible = 'fsl,imx-audio-hdmi';     model = 'imx-hdmi';     status = 'okay'; };&lt;/PRE&gt;If it's not present, add it and rebuild your device tree.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Once the kernel and device tree are properly configured, you should be able to see the HDMI audio device in the ALSA mixer. You can use the following command to list all available sound cards and their corresponding devices:&lt;PRE&gt;aplay -l&lt;/PRE&gt;Look for a card with a description similar to 'imx-hdmi'.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;To change the default audio output to the HDMI device, you can create or modify the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/etc/asound.conf&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file with the following content (replace 'card_number' and 'device_number' with the appropriate values from the previous step):&lt;PRE&gt;pcm.!default {     type hw     card card_number     device device_number }&lt;BR /&gt;ctl.!default {     type hw     card card_number }&lt;/PRE&gt;Save the file and restart the ALSA service.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After completing these steps, you should be able to output audio through the HDMI port on your i.MX8 development board. If you still encounter issues, please provide more information about your setup, including the specific i.MX8.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2023 10:20:29 GMT</pubDate>
    <dc:creator>giraffe508</dc:creator>
    <dc:date>2023-06-26T10:20:29Z</dc:date>
    <item>
      <title>imx8 hdmi audio</title>
      <link>https://community.nxp.com/t5/Voice-Technology/imx8-hdmi-audio/m-p/1675886#M44</link>
      <description>&lt;P&gt;I encountered a problem in developing the voice function, in the IMX8 series development board, if you want to output audio from the HDMI port, you need to manually use the command to change the output port to HDMI, but during the development I found that all my sound card devices lack chips, in alsamixer display: This sound device does not have any controls. There is no way to adjust the volume at all, nor can you change the output device, you can only see a few sound card information, if you solve this problem so that the sound can be output normally from the HDMI port&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 09:11:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Voice-Technology/imx8-hdmi-audio/m-p/1675886#M44</guid>
      <dc:creator>jinmuyan</dc:creator>
      <dc:date>2023-06-26T09:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: imx8 hdmi audio</title>
      <link>https://community.nxp.com/t5/Voice-Technology/imx8-hdmi-audio/m-p/1675944#M45</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219198"&gt;@jinmuyan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like you are having trouble with the audio output through the HDMI port on your i.MX8 development board. To resolve this issue, you can follow these steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;First, ensure that the HDMI audio support is enabled in your kernel configuration. You can check this by looking for the following line in your kernel configuration file (usually located at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;arch/arm64/configs/defconfig):&lt;PRE&gt;CONFIG_SND_SOC_IMX_HDMI=y&lt;/PRE&gt;If it's not present, add it and rebuild your kernel.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Next, verify that the correct device tree bindings are in place for the HDMI audio. You should have an entry similar to this in your device tree file (usually located at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;arch/arm64/boot/dts/freescale/):&lt;PRE&gt;hdmi_audio: hdmi_audio {     compatible = 'fsl,imx-audio-hdmi';     model = 'imx-hdmi';     status = 'okay'; };&lt;/PRE&gt;If it's not present, add it and rebuild your device tree.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Once the kernel and device tree are properly configured, you should be able to see the HDMI audio device in the ALSA mixer. You can use the following command to list all available sound cards and their corresponding devices:&lt;PRE&gt;aplay -l&lt;/PRE&gt;Look for a card with a description similar to 'imx-hdmi'.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;To change the default audio output to the HDMI device, you can create or modify the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/etc/asound.conf&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file with the following content (replace 'card_number' and 'device_number' with the appropriate values from the previous step):&lt;PRE&gt;pcm.!default {     type hw     card card_number     device device_number }&lt;BR /&gt;ctl.!default {     type hw     card card_number }&lt;/PRE&gt;Save the file and restart the ALSA service.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After completing these steps, you should be able to output audio through the HDMI port on your i.MX8 development board. If you still encounter issues, please provide more information about your setup, including the specific i.MX8.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 10:20:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Voice-Technology/imx8-hdmi-audio/m-p/1675944#M45</guid>
      <dc:creator>giraffe508</dc:creator>
      <dc:date>2023-06-26T10:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: imx8 hdmi audio</title>
      <link>https://community.nxp.com/t5/Voice-Technology/imx8-hdmi-audio/m-p/1676437#M46</link>
      <description>&lt;P&gt;First of all, thank you very much for your help, but I also need to elaborate on my problem, my development needs are to need to output sound separately from the HDMI, and I have an adapter, it has two outputs, a headphone jack and a VGA port, I need to plug in the headphones to let the sound go through the adapter and then through the headphones, but my problem now is that I have all the sound card equipment.I can see all sound card devices including vm8524, imx-hdmi, etc. through the aplay -l command, but in ALSAmixer I have no way to adjust the volume, prompting me to lack firmware, as shown in the image below, I suspect that it may be that my burning file is incomplete, so can you analyze what caused it or tell me where to find the official standard burning file?&lt;/P&gt;&lt;P&gt;Thank you very much for your help&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GHS~LA4SUZS1P)0O)5PHQ79.png" style="width: 774px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229466iA9DEB5A3E18FE64C/image-size/large?v=v2&amp;amp;px=999" role="button" title="GHS~LA4SUZS1P)0O)5PHQ79.png" alt="GHS~LA4SUZS1P)0O)5PHQ79.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FQB2RZAW[]DL8X`@_XW_(9Q.png" style="width: 774px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229467iB32A6D8A66B8DFB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="FQB2RZAW[]DL8X`@_XW_(9Q.png" alt="FQB2RZAW[]DL8X`@_XW_(9Q.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DV~N]L3UMVKUA}03DB8QY]F.png" style="width: 766px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229468i031F2E37080506FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="DV~N]L3UMVKUA&amp;amp;#125;03DB8QY]F.png" alt="DV~N]L3UMVKUA&amp;amp;#125;03DB8QY]F.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 01:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Voice-Technology/imx8-hdmi-audio/m-p/1676437#M46</guid>
      <dc:creator>jinmuyan</dc:creator>
      <dc:date>2023-06-27T01:18:17Z</dc:date>
    </item>
  </channel>
</rss>

