05-13-2021, 12:44 PM
(This post was last modified: 05-13-2021, 12:46 PM by ukdude07.
Edit Reason: Output of .conf files added
)
(05-12-2021, 05:53 AM)TookaFace Wrote: You use fixed volume option, it means volume is stuck to 100
Sure, but fixed volume at 100 with "_audioout" doesn't work and leads to alsa failures.
Fixed volume at 100 with "_deviceout" works great!
It seems strange that _audioout does not work because it appears to point to _deviceout in its .conf file:
pi@moode:/etc/alsa/conf.d $ cat _deviceout.conf
pcm._deviceout {
type copy
slave.pcm "plughw:0,0"
}
pi@moode:/etc/alsa/conf.d $ cat _audioout.conf
pcm._audioout {
type copy
slave.pcm "_deviceout"
}