Hi,
I'm trying to control the volume of the outputs from the DAC8, but the amixer command just tells me that I have 0 controls. I don't need to control each output individually, although that would be nice.
raspberrypi@raspberrypi:~ $ amixer -Dsysdefault:CARD=sndrpihifiberry info
Card sysdefault:CARD=sndrpihifiberry 'sndrpihifiberry'/'snd_rpi_hifiberry_dac8x'
Mixer name : ''
Components : ''
Controls : 0
Simple ctrls : 0
I do get 8 channels of audio to play, which seems to indicate that all is installed and working correctly.
raspberrypi@raspberrypi:~ $ aplay -Dsysdefault:CARD=sndrpihifiberry -c8 -f S24_3LE -r 44100 -I 1.wav 2.wav 3.wav 4.wav 5.wav 6.wav 7.wav 8.wav
Can someone please give me a pointer of how I can address the devices so that I can vary the volume level?
Thanks,
Denis