~ubuntu-branches/ubuntu/trusty/alsa-lib/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0001-USB-Audio-Blacklist-iec958-for-some-USB-devices.patch

  • Committer: Package Import Robot
  • Author(s): David Henningsson
  • Date: 2012-05-11 14:20:20 UTC
  • Revision ID: package-import@ubuntu.com-20120511142020-0kp9wixztl8zj4m8
Tags: 1.0.25-1ubuntu11
* Update vcs-bzr field to quantal
* 0001-USB-Audio-Blacklist-iec958-for-some-USB-devices.patch:
  Add more USB devices to the IEC958 blacklist (LP: #987163)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 src/conf/cards/USB-Audio.conf |    5 +++++
20
20
 1 files changed, 5 insertions(+), 0 deletions(-)
21
21
 
22
 
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf
23
 
index 0726c34..d7c121e 100644
24
 
--- a/src/conf/cards/USB-Audio.conf
25
 
+++ b/src/conf/cards/USB-Audio.conf
26
 
@@ -36,6 +36,11 @@ USB-Audio.pcm.surround40_type {
 
22
Index: alsa-lib-1.0.25/src/conf/cards/USB-Audio.conf
 
23
===================================================================
 
24
--- alsa-lib-1.0.25.orig/src/conf/cards/USB-Audio.conf  2012-01-24 23:56:56.000000000 -0800
 
25
+++ alsa-lib-1.0.25/src/conf/cards/USB-Audio.conf       2012-05-11 14:17:34.291049494 -0700
 
26
@@ -36,6 +36,14 @@
27
27
 # number for the iec958 device can be changed here.
28
28
 USB-Audio.pcm.iec958_device {
29
29
        # "NoiseBlaster 3000" 42
30
30
+
31
31
+       # The below don't have digital in/out, so prevent them from being opened.
 
32
+       "Blue Snowball" 999
 
33
+       "Logitech Speaker Lapdesk N700" 999
32
34
+       "Logitech USB Headset" 999
33
 
+       "Logitech Web Camera" 999
34
 
+       "Blue Snowball" 999
 
35
+       "Logitech Wireless Headset" 999
 
36
+       "Plantronics USB Headset" 999
 
37
+       "Sennheiser USB headset" 999
35
38
 }
36
39
 
37
40
 
38
 
1.7.9
39