Radxa 5B Pro with Microphone via audiojack

tested with these cmds:

arecord -D "plughw:4,0" -r 48000 -d 5 -f S16_LE -c 2 -t wav test.wav
aplay -D "plughw:4,0" -f S16_LE -r 48000 -c 1 test.wav

and on Armbian system, you need set alsamixer manually, on our debian system you need not set it manually.

Hi

I’m trying to compile armbian with the relevant changes.
Did you push the change only to kernel 6.1.x?

what about kernels 6.12 or 6.13?

which branch did you refer to ?

Branch: rk-6.1-rkr5.1
Repo: https://github.com/armbian/linux-rockchip

Did this change is already relevant for newer kernels?

yes, you need to update the kernel to the latest

Thank a lot! :slight_smile: