Hi,
I run Volumio 2.348 on a Pi 2.
My DAC is Sabaj A3 - sabaj.com.cn/en/productshow.asp?id=71
I don’t know whether this DAC has a hardware volume control. How can I clarify this on the linux-console?
Volumio doesn’t provide me a hardware volume control, so I set up software volume control and also enabled mpc volume control.
I think the resulting relevant part, due to this setup is in /etc/mpd.conf
audio_output {
type "alsa"
name "alsa"
device "softvolume"
dop "no"
mixer_device "SoftMaster"
mixer_control "SoftMaster"
mixer_type "hardware"
}
My /etc/asound.conf is
[code]pcm.softvolume {
type plug
slave.pcm “softvol”
}
pcm.softvol {
type softvol
slave {
pcm “plughw:5,0”
}
control {
name “SoftMaster”
card 5
device 0
}
max_dB 0.0
min_dB -50.0
resolution 100
}[/code]
This is my problem:
“mpc volume” commands don’t work - my volume is n/a.
Starting mpd manually with mpd -v --stderr --no-daemon gives
After modifying in mpd.conf
from
to
mixer_device "hw:5"
mpc volume control works for me.
I’m not experienced with linux-sound-handling - would you please review this issue.
Thanks
Alex