Message ID | 20181128091645.5220-1-hui.wang@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [alsa-lib,v2] conf: USB-Audio: Add Dell WD19 Dock in the IEC958 blacklist | expand |
On Wed, 28 Nov 2018 10:16:45 +0100, Hui Wang wrote: > > This Dock doesn't have IEC958 physical output, so add it to the > blacklist to prevent it being opened. > > Signed-off-by: Hui Wang <hui.wang@canonical.com> > --- > In the v2, the 2nd patch of adding wd19 ucm is dropped. here only adding > wd19 into the blacklist, I don't know if wd15 has this issue or not, if > it has, will adding wd15 to the blacklist too. Yes, WD15 needs the same fix. I folded the fix into your patch. 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 05779c47..3a12a729 100644 > --- a/src/conf/cards/USB-Audio.conf > +++ b/src/conf/cards/USB-Audio.conf > @@ -60,6 +60,7 @@ USB-Audio.pcm.iec958_device { > "SWTOR Gaming Headset by Razer" 999 > "USB Device 0x46d_0x821" 999 > "USB Device 0x46d_0x992" 999 > + "WD19 Dock" 999 > } > > # Second iec958 device number, if any. > -- > 2.17.1 >
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf index 05779c47..3a12a729 100644 --- a/src/conf/cards/USB-Audio.conf +++ b/src/conf/cards/USB-Audio.conf @@ -60,6 +60,7 @@ USB-Audio.pcm.iec958_device { "SWTOR Gaming Headset by Razer" 999 "USB Device 0x46d_0x821" 999 "USB Device 0x46d_0x992" 999 + "WD19 Dock" 999 } # Second iec958 device number, if any.
This Dock doesn't have IEC958 physical output, so add it to the blacklist to prevent it being opened. Signed-off-by: Hui Wang <hui.wang@canonical.com> --- In the v2, the 2nd patch of adding wd19 ucm is dropped. here only adding wd19 into the blacklist, I don't know if wd15 has this issue or not, if it has, will adding wd15 to the blacklist too. src/conf/cards/USB-Audio.conf | 1 + 1 file changed, 1 insertion(+)