Message ID | 20200608070923.11614-1-kai.heng.feng@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [alsa-lib] conf: USB-Audio: Add HP Thunderbolt Dock in the IEC958 blacklist | expand |
Dne 08. 06. 20 v 9:09 Kai-Heng Feng napsal(a): > Both headset and speaker on HP Thunderbolt Dock don't support IEC958 > interface. > > Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> > --- > src/conf/cards/USB-Audio.conf | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf > index 735079e3..01664abf 100644 > --- a/src/conf/cards/USB-Audio.conf > +++ b/src/conf/cards/USB-Audio.conf > @@ -62,6 +62,8 @@ USB-Audio.pcm.iec958_device { > "Scarlett 2i4 USB" 999 > "Sennheiser USB headset" 999 > "SWTOR Gaming Headset by Razer" 999 > + "Thunderbolt Dock Audio Headset" 999 > + "Thunderbolt Dock Audio Module" 999 > "USB Device 0x46d_0x821" 999 > "USB Device 0x46d_0x992" 999 > "WD15 Dock" 999 > Applied to the alsa-lib's repo. Thank you. Jaroslav
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf index 735079e3..01664abf 100644 --- a/src/conf/cards/USB-Audio.conf +++ b/src/conf/cards/USB-Audio.conf @@ -62,6 +62,8 @@ USB-Audio.pcm.iec958_device { "Scarlett 2i4 USB" 999 "Sennheiser USB headset" 999 "SWTOR Gaming Headset by Razer" 999 + "Thunderbolt Dock Audio Headset" 999 + "Thunderbolt Dock Audio Module" 999 "USB Device 0x46d_0x821" 999 "USB Device 0x46d_0x992" 999 "WD15 Dock" 999
Both headset and speaker on HP Thunderbolt Dock don't support IEC958 interface. Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> --- src/conf/cards/USB-Audio.conf | 2 ++ 1 file changed, 2 insertions(+)