31 lines
997 B
Diff
31 lines
997 B
Diff
|
From ed0e48583fbd9dc9d86dad25bb26ac089b9e3528 Mon Sep 17 00:00:00 2001
|
||
|
From: David Henningsson <david.henningsson@canonical.com>
|
||
|
Date: Sat, 14 Apr 2012 01:14:09 +0200
|
||
|
Subject: [PATCH 07/14] alsa-lib conf: block S/PDIF access for Sennheiser USB
|
||
|
headset
|
||
|
|
||
|
The Sennheiser USB headset has no S/PDIF input or output, so make
|
||
|
sure we can't open it that way.
|
||
|
|
||
|
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
|
||
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
||
|
---
|
||
|
src/conf/cards/USB-Audio.conf | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf
|
||
|
index 966172f..b9148e7 100644
|
||
|
--- a/src/conf/cards/USB-Audio.conf
|
||
|
+++ b/src/conf/cards/USB-Audio.conf
|
||
|
@@ -38,6 +38,7 @@ 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
|
||
|
"Logitech USB Headset" 999
|
||
|
"USB Device 0x46d:0x992" 999
|
||
|
"Blue Snowball" 999
|
||
|
--
|
||
|
1.7.9.2
|
||
|
|