diff -Nru alsa-lib-1.2.2/debian/changelog alsa-lib-1.2.2/debian/changelog --- alsa-lib-1.2.2/debian/changelog 2020-03-08 02:21:22.000000000 +0800 +++ alsa-lib-1.2.2/debian/changelog 2020-06-16 17:52:07.000000000 +0800 @@ -1,3 +1,10 @@ +alsa-lib (1.2.2-2.1ubuntu1) focal; urgency=medium + + * debian/patches/0001-conf-USB-Audio-Add-HP-Thunderbolt-Dock-in-the-IEC958.patch: + - Disable IEC958 on HP Thunderbolt Dock (lp: #1883670) + + -- Kai-Heng Feng Tue, 16 Jun 2020 17:52:07 +0800 + alsa-lib (1.2.2-2.1) unstable; urgency=medium [ Matthias Klose ] diff -Nru alsa-lib-1.2.2/debian/patches/0001-conf-USB-Audio-Add-HP-Thunderbolt-Dock-in-the-IEC958.patch alsa-lib-1.2.2/debian/patches/0001-conf-USB-Audio-Add-HP-Thunderbolt-Dock-in-the-IEC958.patch --- alsa-lib-1.2.2/debian/patches/0001-conf-USB-Audio-Add-HP-Thunderbolt-Dock-in-the-IEC958.patch 1970-01-01 08:00:00.000000000 +0800 +++ alsa-lib-1.2.2/debian/patches/0001-conf-USB-Audio-Add-HP-Thunderbolt-Dock-in-the-IEC958.patch 2020-06-16 17:51:28.000000000 +0800 @@ -0,0 +1,31 @@ +From 0f87b814e7e1dc38c1f2a4af533148ed86bb1569 Mon Sep 17 00:00:00 2001 +From: Kai-Heng Feng +Date: Mon, 8 Jun 2020 15:09:23 +0800 +Subject: [PATCH] conf: USB-Audio: Add HP Thunderbolt Dock in the IEC958 + blacklist + +Both headset and speaker on HP Thunderbolt Dock don't support IEC958 +interface. + +Signed-off-by: Kai-Heng Feng +Signed-off-by: Jaroslav Kysela +--- + 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 1c67793..23daab8 100644 +--- a/src/conf/cards/USB-Audio.conf ++++ b/src/conf/cards/USB-Audio.conf +@@ -58,6 +58,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 +-- +2.17.1 + diff -Nru alsa-lib-1.2.2/debian/patches/series alsa-lib-1.2.2/debian/patches/series --- alsa-lib-1.2.2/debian/patches/series 2020-03-04 16:23:20.000000000 +0800 +++ alsa-lib-1.2.2/debian/patches/series 2020-06-16 17:51:59.000000000 +0800 @@ -1,2 +1,3 @@ 0001-Enabled-extended-namehints-in-alsa.conf.patch python3.8.diff +0001-conf-USB-Audio-Add-HP-Thunderbolt-Dock-in-the-IEC958.patch