Alta AML-A311D-CC Audio issues, dummy output and no sound

Hi, I have also got no audio with HDMI and earphone connector with Debian Gnome. The system is on I changed the system to pulsaudio but it didn’t help. There is no output channel available.

There are repeating errors in the dmesg which I can’t place:

10.733502]  fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[   10.734826]  fe.dai-link-0: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-0: -22
[   10.742633]  fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[   10.749437]  fe.dai-link-0: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-0: -22
[   10.757192]  fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[   10.764000]  fe.dai-link-0: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-0: -22
[ 
...

I tried the last solution but amixer only gives errors:

amixer sset 'FRDDR_A SINK 1 SEL' 'OUT 2'
amixer sset 'FRDDR_A SRC 1 EN' on
amixer sset 'TDMOUT_C SRC SEL' 'IN 0'
# TDM C to TOHDMITX
amixer sset 'TOHDMITX I2S SRC' 'I2S C'
amixer sset 'TOHDMITX' on
# FRDDR B to TDMOUT B
amixer sset 'FRDDR_B SINK 1 SEL' 'OUT 1'
amixer sset 'FRDDR_B SRC 1 EN' on
amixer sset 'TDMOUT_B SRC SEL' 'IN 1'
# TDMOUT B to ACODEC
amixer sset 'TOACODEC SRC' 'I2S B'
amixer sset 'TOACODEC OUT EN' on
amixer sset 'ACODEC' 90%
amixer: Unable to find simple control 'FRDDR_A SINK 1 SEL',0
amixer: Unable to find simple control 'FRDDR_A SRC 1 EN',0
amixer: Unable to find simple control 'TDMOUT_C SRC SEL',0
amixer: Unable to find simple control 'TOHDMITX I2S SRC',0
amixer: Unable to find simple control 'TOHDMITX',0
amixer: Unable to find simple control 'FRDDR_B SINK 1 SEL',0
amixer: Unable to find simple control 'FRDDR_B SRC 1 EN',0
amixer: Unable to find simple control 'TDMOUT_B SRC SEL',0
amixer: Unable to find simple control 'TOACODEC SRC',0
amixer: Unable to find simple control 'TOACODEC OUT EN',0
amixer: Unable to find simple control 'ACODEC'

So I don’t know how to go forward, do you?