I've noticed this on Up2 with PCM512x and the WM8804 codec I am working on, by default the left volume is not set:
root@ubilinux4:~# amixer -Dhw:0 cset numid=1
numid=1,iface=MIXER,name='PGA1.0 Master Playback Volume 1'
; type=INTEGER,access=rw---R--,values=2,min=0,max=32,step=0
: values=0,32
| dBscale-min=-64.00dB,step=2.00dB,mute=1
Not clear to me why the left and right values are not set to the same values, there must be some sort of mixer init/topology issue here.
I've noticed this on Up2 with PCM512x and the WM8804 codec I am working on, by default the left volume is not set:
root@ubilinux4:~# amixer -Dhw:0 cset numid=1
numid=1,iface=MIXER,name='PGA1.0 Master Playback Volume 1'
; type=INTEGER,access=rw---R--,values=2,min=0,max=32,step=0
: values=0,32
| dBscale-min=-64.00dB,step=2.00dB,mute=1
Not clear to me why the left and right values are not set to the same values, there must be some sort of mixer init/topology issue here.