diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-04-23 10:39:13 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-04-23 10:53:40 +0200 |
commit | bb5c49fa4160ec1d819fb03fc8dfb5387dad0522 (patch) | |
tree | 23bda5da783db8255ec4ad78c64a8920f8fc9136 /src/conf/cards | |
parent | a6c50d64d9d06cece520d0ab9b109990241af47b (diff) | |
download | alsa-lib-bb5c49fa4160ec1d819fb03fc8dfb5387dad0522.tar.gz |
alsa-lib conf: Add two more USB devices to iec958 blacklist
Add "Logitech Wireless Headset" and "Logitech Speaker Lapdesk N700" to
the iec958 blacklist.
Also reorder the list in alphabetic order.
BugLink: https://bugs.launchpad.net/bugs/987163
Reported-by: Jean-Baptiste Lallement <jean-baptiste@ubuntu.com>
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'src/conf/cards')
-rw-r--r-- | src/conf/cards/USB-Audio.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf index b9148e77..0a0e3746 100644 --- a/src/conf/cards/USB-Audio.conf +++ b/src/conf/cards/USB-Audio.conf @@ -38,10 +38,12 @@ USB-Audio.pcm.iec958_device { # "NoiseBlaster 3000" 42 # The below don't have digital in/out, so prevent them from being opened. - "Sennheiser USB headset" 999 + "Blue Snowball" 999 + "Logitech Speaker Lapdesk N700" 999 "Logitech USB Headset" 999 + "Logitech Wireless Headset" 999 + "Sennheiser USB headset" 999 "USB Device 0x46d:0x992" 999 - "Blue Snowball" 999 } |