I use XMOS USB audio card and here is service status
● mopidy.service - Mopidy music server
Loaded: loaded (/lib/systemd/system/mopidy.service; disabled; vendor preset: enabled)
Active: active (running) since Thu 2021-07-22 23:10:03 CST; 2s ago
Process: 2834 ExecStartPre=/bin/mkdir -p /var/cache/mopidy (code=exited, status=0/SUCCESS)
Process: 2835 ExecStartPre=/bin/chown mopidy:audio /var/cache/mopidy (code=exited, status=0/SUCCESS)
Main PID: 2836 (mopidy)
Tasks: 11 (limit: 16609)
Memory: 34.7M
CPU: 482ms
CGroup: /system.slice/mopidy.service
└─2836 /usr/bin/python3 /usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf
Jul 22 23:10:03 pve mopidy[2836]: INFO [MainThread] mopidy.__main__ Disabled extensions: musicbox_webclient, dleyna, mpris
Jul 22 23:10:03 pve mopidy[2836]: INFO [MainThread] mopidy.commands Starting Mopidy mixer: SoftwareMixer
Jul 22 23:10:03 pve mopidy[2836]: INFO [MainThread] mopidy.commands Starting Mopidy audio
Jul 22 23:10:03 pve mopidy[2836]: INFO [MainThread] mopidy.commands Starting Mopidy backends: FileBackend, M3UBackend, StreamBackend
Jul 22 23:10:03 pve mopidy[2836]: INFO [Audio-2] mopidy.audio.actor Audio output set to "alsasink device=hw:1,0"
Jul 22 23:10:03 pve mopidy[2836]: INFO [MainThread] mopidy.commands Starting Mopidy core
Jul 22 23:10:03 pve mopidy[2836]: INFO [MainThread] mopidy.commands Starting Mopidy frontends: IrisFrontend, HttpFrontend
Jul 22 23:10:03 pve mopidy[2836]: INFO [IrisFrontend-7] mopidy_iris.core Starting Iris 3.58.0
Jul 22 23:10:03 pve mopidy[2836]: INFO [HttpFrontend-9] mopidy.http.actor HTTP server running at [::ffff:0.0.0.0]:2680
Jul 22 23:10:03 pve mopidy[2836]: INFO [MainThread] mopidy.commands Starting GLib mainloop
aplay output
root@pve:/etc/mopidy# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: DSD [HIFI DSD], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
mopidy.conf tried:
[audio]
output = alsasink device=hw:1,0
or
[audio]
output = autoalsasink device=hw:1,0
Both of them not work, also tried change to hw:0,0 still not work
I runs on PVE of Debian distribution