I am playing around with volume control. You need to use the correct mixer name in mpd.conf which then gets it all working however there appears to be an issue between the MPD volume and the ALSA volume so you hear nothing until around 70% volume. I am assuming this is a linear / logarithmic issue between MPD and ALSA - investigation continues.
To "make it work" but with limited control as described above...
first find the hw number assigned to the IQaudIO Pi-DAC...
pi@raspberrypi /etc $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sndrpiiqaudioda [snd_rpi_iqaudio_dac], device 0: IQaudIO DAC HiFi pcm512x-hifi-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
in /etc/mpd.conf (change the hw numbers below to correspond to your "aplay -l" results)
audio_output {
type "alsa"
name "Output"
device "hw:0,0"
mixer_control "Playback Digital"
mixer_device "hw:0"
mixer_index "0"
dsd_usb "yes"
}
Gordon@IQaudIO.comtwitter @IQ_Audio