Jump to content

no hdmi sound device on banana -pi-m2+ using armbian 5.65 [SOLVED]


dony71

Recommended Posts

i just upgrade from jessie to armbian stretch (5.65)

i check aplay -l, why only shows audio codec?

anybody help?

 

root@bananapim2plus:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Codec [H3 Audio Codec], device 0: CDC PCM Codec-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

 

 

Link to comment
Share on other sites

5 hours ago, Igor said:


Nobody will even look if you don't add logs.

syslog attached below

my guess is no hdmi driver in kernel

i thought release version should include this?

btw, i have also similar issue with pcm5102 dac via i2s

link for this issue:

 

 

syslog.bak

Link to comment
Share on other sites

On 11/10/2018 at 12:12 PM, Igor said:


Nobody will even look if you don't add logs.

 

@Igor can you tell me what's the name of file for HDMI audio driver module?

I have compiled kernel and have setting below for HDMI audio

CONFIG_DRM_DW_HDMI=m
CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
CONFIG_DRM_DW_HDMI_I2S_AUDIO=m
CONFIG_DRM_DW_HDMI_CEC=m
 

Link to comment
Share on other sites

On 11/13/2018 at 9:28 PM, Igor said:

 

There is already patch in armbian and it's working now

Just need to enable dts sound section

 

---------------------------------------------------------------------

        sound {
                compatible = "simple-audio-card";
                simple-audio-card,format = "i2s";
                simple-audio-card,name = "allwinner,hdmi";
                simple-audio-card,mclk-fs = <0x100>;
                #status = "disabled";
                status = "okay";
                linux,phandle = <0x3f>;
                phandle = <0x3f>;

                simple-audio-card,codec {
                        sound-dai = <0x2>;
                };

                simple-audio-card,cpu {
                        sound-dai = <0x3>;
                };
        };

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines