radxa / meta-rockchip

Yocto BSP layer for the Rockchip SOC boards
MIT License
24 stars 14 forks source link

No sound from headphones and speakers #11

Closed LiuFeiChen closed 1 month ago

LiuFeiChen commented 11 months ago

Can't hear any sound when plugging in headphones.

RadxaStephen commented 11 months ago

Hi, which board do you use?

LiuFeiChen commented 11 months ago

rock 5b.

LiuFeiChen commented 11 months ago

How do I need to configure it to work?

RadxaStephen commented 11 months ago

Hi, I update the meta-rockchip. Can you update meta-rockchip and test again? The latest commit is https://github.com/radxa/meta-rockchip/commit/f1b3a63f997c855a048fa1b9942abc85bcd396e4

And you can add alsa tools to test audio. Please add the following lines to build/conf/local.conf

IMAGE_INSTALL:append = " \
    alsa-utils \
"