From 27f7d241b29d2f84eaf3166403c14e0e0c729f48 Mon Sep 17 00:00:00 2001 From: Tony Mitchell Date: Sun, 2 Aug 2026 13:57:57 -0700 Subject: [PATCH] conf: USB-Audio: Add three more devices to the IEC958 blacklist None of these devices has an S/PDIF connector, but each shows up in GNOME Settings with a non-existent digital profile. Add them to the list to prevent them from being opened. Razer BlackShark V3 Xbox (USB ID 1532:0a58) Logitech BRIO (USB ID 046d:085e, capture only) Plantronics Blackwire 5220 Series (USB ID 047f:c053) Signed-off-by: Tony Mitchell --- src/conf/cards/USB-Audio.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf index 33d856f2..24379435 100644 --- a/src/conf/cards/USB-Audio.conf +++ b/src/conf/cards/USB-Audio.conf @@ -50,6 +50,7 @@ USB-Audio.pcm.iec958_device { # The below don't have digital in/out, so prevent them from being opened. "Andrea PureAudio USB-SA Headset" 999 + "BlackShark V3 Xbox" 999 "Blue Snowball" 999 "C-Media USB Headphone Set" 999 "Cmedia Audio" 999 @@ -57,12 +58,14 @@ USB-Audio.pcm.iec958_device { "DELL PROFESSIONAL SOUND BAR AE5" 999 "HP Digital Stereo Headset" 999 "GN 9330" 999 + "Logitech BRIO" 999 "Logitech Speaker Lapdesk N700" 999 "Logitech G35 Headset" 999 "Logitech USB Headset" 999 "Logitech USB Headset H540" 999 "Logitech Wireless Headset" 999 "Plantronics Blackwire 3220 Seri" 999 + "Plantronics Blackwire 5220 Seri" 999 "Plantronics GameCom 780" 999 "Plantronics USB Headset" 999 "Plantronics Wireless Audio" 999