[alsa-devel] [PATCH] 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 --- 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
At Sat, 14 Apr 2012 01:14:09 +0200, David Henningsson wrote:
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
Applied now. Thanks.
Takashi
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.5
participants (2)
-
David Henningsson
-
Takashi Iwai