From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH (alsa-lib)] USB-audio: Add five more cards to IEC958 blacklist Date: Mon, 17 Nov 2014 13:58:49 +0100 Message-ID: References: <1416220174-4073-1-git-send-email-david.henningsson@canonical.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id F16D1261AA0 for ; Mon, 17 Nov 2014 13:58:49 +0100 (CET) In-Reply-To: <1416220174-4073-1-git-send-email-david.henningsson@canonical.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: David Henningsson Cc: alsa-devel@alsa-project.org, 1002952@bugs.launchpad.net List-Id: alsa-devel@alsa-project.org At Mon, 17 Nov 2014 11:29:34 +0100, David Henningsson wrote: > > These devices do not have any IEC958 outputs, so prevent them from > being opened. > > Signed-off-by: David Henningsson Thanks, applied. Takashi > --- > src/conf/cards/USB-Audio.conf | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf > index a6754d9..05e5d09 100644 > --- a/src/conf/cards/USB-Audio.conf > +++ b/src/conf/cards/USB-Audio.conf > @@ -38,10 +38,14 @@ USB-Audio.pcm.iec958_device { > # "NoiseBlaster 3000" 42 > > # The below don't have digital in/out, so prevent them from being opened. > + "Andrea PureAudio USB-SA Headset" 999 > "Blue Snowball" 999 > "HP Digital Stereo Headset" 999 > + "GN 9330" 999 > "Logitech Speaker Lapdesk N700" 999 > + "Logitech G35 Headset" 999 > "Logitech USB Headset" 999 > + "Logitech USB Headset H540" 999 > "Logitech Wireless Headset" 999 > "Plantronics GameCom 780" 999 > "Plantronics USB Headset" 999 > @@ -50,6 +54,7 @@ USB-Audio.pcm.iec958_device { > "Scarlett 2i2 USB" 999 > "Scarlett 2i4 USB" 999 > "Sennheiser USB headset" 999 > + "SWTOR Gaming Headset by Razer" 999 > "USB Device 0x46d:0x992" 999 > } > > -- > 1.9.1 >