- 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
29 lines
931 B
Diff
29 lines
931 B
Diff
From 947d208076e3e7e7ff167833ec3335804a6b7d2a Mon Sep 17 00:00:00 2001
|
|
From: David Henningsson <david.henningsson@canonical.com>
|
|
Date: Fri, 9 Mar 2012 14:06:04 +0100
|
|
Subject: [PATCH 03/14] USB-Audio: Fixup card name for Logitech web camera
|
|
|
|
Reported-by: Raymond Yau <superquad.vortex2@gmail.com>
|
|
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
src/conf/cards/USB-Audio.conf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf
|
|
index d7c121e..966172f 100644
|
|
--- a/src/conf/cards/USB-Audio.conf
|
|
+++ b/src/conf/cards/USB-Audio.conf
|
|
@@ -39,7 +39,7 @@ USB-Audio.pcm.iec958_device {
|
|
|
|
# The below don't have digital in/out, so prevent them from being opened.
|
|
"Logitech USB Headset" 999
|
|
- "Logitech Web Camera" 999
|
|
+ "USB Device 0x46d:0x992" 999
|
|
"Blue Snowball" 999
|
|
}
|
|
|
|
--
|
|
1.7.9.2
|
|
|