Takashi Iwai
bed9c86d2d
- backport upstream fixes: * Add support for Echo3G devices * Blacklist iec958 for some USB devices * Remove redundant CHECK_ENUM() from snd_mixer_selem_is_enum*() * Document fixes / updates * Add ability to specify TLV data to external control plugins * Fix invalid long long format specifier * Fix missing break in PCM non-interleaved mmap handling * improve robustness of TLV raw value ranges OBS-URL: https://build.opensuse.org/request/show/122709 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=101
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From e4d9c348304880399e622d99d0177f434a517d88 Mon Sep 17 00:00:00 2001
|
|
From: David Henningsson <david.henningsson@canonical.com>
|
|
Date: Wed, 23 May 2012 09:59:50 +0200
|
|
Subject: [PATCH 14/14] conf: Add more USB devices to S/PDIF blacklist
|
|
|
|
These devices don't have digital in/out, so prevent them from being
|
|
opened.
|
|
|
|
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
src/conf/cards/USB-Audio.conf | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf
|
|
index 0a0e374..177a7af 100644
|
|
--- a/src/conf/cards/USB-Audio.conf
|
|
+++ b/src/conf/cards/USB-Audio.conf
|
|
@@ -42,6 +42,10 @@ USB-Audio.pcm.iec958_device {
|
|
"Logitech Speaker Lapdesk N700" 999
|
|
"Logitech USB Headset" 999
|
|
"Logitech Wireless Headset" 999
|
|
+ "Plantronics GameCom 780" 999
|
|
+ "Plantronics USB Headset" 999
|
|
+ "Plantronics Wireless Audio" 999
|
|
+ "SB WoW Headset" 999
|
|
"Sennheiser USB headset" 999
|
|
"USB Device 0x46d:0x992" 999
|
|
}
|
|
--
|
|
1.7.9.2
|
|
|