mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-18 07:00:03 -05:00
Replace unsafe characters with _ in card name
Otherwise, they get misinterpreted as argument separators in USB-Audio PCM definitions, and thus prevent SPDIF blacklist entries from working. While at it, add my Logitec C910 webcam to the SPDIF blacklist. Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c6df827374
commit
4dc44bb34a
4 changed files with 36 additions and 2 deletions
|
|
@ -57,7 +57,8 @@ USB-Audio.pcm.iec958_device {
|
|||
"Scarlett 2i4 USB" 999
|
||||
"Sennheiser USB headset" 999
|
||||
"SWTOR Gaming Headset by Razer" 999
|
||||
"USB Device 0x46d:0x992" 999
|
||||
"USB Device 0x46d_0x821" 999
|
||||
"USB Device 0x46d_0x992" 999
|
||||
}
|
||||
|
||||
# Second iec958 device number, if any.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue