On Mon, 19 Feb 2024 19:43:14 +0100 Kirill A. Korinsky <kir...@korins.ky> wrote: > I do have two USB audio device: > > ~ $ usbdevs -v > Controller /dev/usb0: > ... > addr 07: 043e:9a66 LG Electronics Inc., LG UltraFine Display Audio > high speed, self powered, config 1, rev 0.03 > driver: uaudio0 > ... > addr 13: 041e:3130 Creative, Creative BT-W5 > full speed, self powered, config 1, rev 10.00, iSerial > D97E0B7F86B95AC32000 driver: uhidev10 > driver: uhidev11 > driver: uaudio1 > ~ $ > > both of them is managed by uaudio. How can I dissable the first one, > without disabling the second one?
you can select which audio device is used with -f/-F flags to sndiod (details in man-page) in /etc/rc.conf.local. maybe that helps?