pipewire: Add support for Focusrite Scarlett Solo Gen 3

The headphone output of my Behringer UMC202HD had sporadic cutouts.
While short, they were quite annoying.

I hope this interface (which costs 50% more) will work better.
nazuna
Simon Bruder 2023-06-08 20:11:00 +02:00
parent f492d8311b
commit e99a45dba5
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 6 additions and 0 deletions

View File

@ -19,8 +19,14 @@ lib.mkIf config.sbruder.gui.enable {
unstable.helvum # patch panel
pavucontrol
pulseaudio # pacmd and pactl
alsa-scarlett-gui # focusrite scarlett control
];
hardware.bluetooth.enable = lib.mkDefault bluetoothSupport;
services.blueman.enable = lib.mkDefault bluetoothSupport;
boot.extraModprobeConfig = ''
# Focusrite Scarlett Solo Gen 3 Mixer Driver
options snd_usb_audio vid=0x1235 pid=0x8211 device_setup=1
'';
}