Message ID | 20240226141403.13948-1-seda18@rolmail.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [alsa-lib] conf: USB-Audio: Add Corsair HS60 Pro to the IEC958 blacklist | expand |
Hey, I was wondering if this patch just got forgotten. If there is something wrong with the patch please let me know, because I would like to fix this. Thanks in advance!
On 26. 02. 24 15:14, David Senoner wrote: > This device is just an external USB soundcard with a female 3.5mm jack > for a headset, no S/PDIF | IEC958 connector. Add it to the blacklist to > prevent it being opened. > > Signed-off-by: David Senoner <seda18@rolmail.net> Applied. Thanks. Jaroslav
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf index 80631b2e..08346a1b 100644 --- a/src/conf/cards/USB-Audio.conf +++ b/src/conf/cards/USB-Audio.conf @@ -53,6 +53,7 @@ USB-Audio.pcm.iec958_device { "Blue Snowball" 999 "C-Media USB Headphone Set" 999 "Cmedia Audio" 999 + "Corsair HS60 PRO Surround USB S" 999 "DELL PROFESSIONAL SOUND BAR AE5" 999 "HP Digital Stereo Headset" 999 "GN 9330" 999
This device is just an external USB soundcard with a female 3.5mm jack for a headset, no S/PDIF | IEC958 connector. Add it to the blacklist to prevent it being opened. Signed-off-by: David Senoner <seda18@rolmail.net> --- src/conf/cards/USB-Audio.conf | 1 + 1 file changed, 1 insertion(+)