stm32mp156C-DK2: amixer sound configuration "invalid argument"
Hi all!
I am testing the audio configuration for the stm32mp156C-Dk2, with lastest demo(4.0.1-openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15).
I followed the sound card configuration [tutorial](https://wiki.st.com/stm32mpu/wiki/Soundcard_configuration) and I can't configurate correctly somes controls.
E.g (Analog Playback Volume)
root@stm32mp1:~# amixer -c STM32MP15DK cset name='Analog Playback Volume' '204','204'
amixer: Control sysdefault:0 element write error: Invalid argument
root@stm32mp1:~# amixer -c STM32MP15DK cset name='Analog Playback Volume' '100','100'
numid=3,iface=MIXER,name='Analog Playback Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=228,step=0
: values=100,100
| dBscale-min=-102.00dB,step=0.50dB,mute=0In this case, the max argument is 228 but when I try it with the value 204, it says: "invalid argument" but with other lower value it works...
This also happen with others controls.
What is the reason for this to happen?
Regards!
Thanks!
