From d8d97164692bee4998e4b48adb99c7f1be05be9f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 15 Jun 2021 18:53:11 +0200 Subject: [PATCH] add behringer UMC22 config --- src/etc/modprobe.d/telecaster.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/etc/modprobe.d/telecaster.conf b/src/etc/modprobe.d/telecaster.conf index 22d2e92..9e24ded 100644 --- a/src/etc/modprobe.d/telecaster.conf +++ b/src/etc/modprobe.d/telecaster.conf @@ -58,4 +58,8 @@ options snd-hda-intel index=0 #options snd-usb-audio index=3,2 vid=0x1210,0x46d pid=0x0009,0x82d enable=1 # Focusrite Scarlett 2i2 + Logitech C920 Pro -options snd-usb-audio index=3,2 vid=0x1235,0x46d pid=0x8200,0x82d enable=1 nrpacks=1 +#options snd-usb-audio index=3,2 vid=0x1235,0x46d pid=0x8200,0x82d enable=1 nrpacks=1 + +# BERINGER International GhBm = Logitec C920 Pro +options snd-usb-audio index=3,2 vid=0x1397,0x46d pid=0x0507,0x82d enable=1 nrpacks=1 + -- 2.39.5