From a5e6a592b1c29ae3aac7fe3837c49394fa8df015 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 25 Jan 2019 12:09:31 +0100 Subject: [PATCH] Revert "conf/ucm: Add a UCM profile for Dell WD19 Dock USB-audio" This reverts commit 914327e00b7626b1acd176d498f35f7b4e213dd3 . The USB driver defines identical profile as for WD15. Signed-off-by: Jaroslav Kysela --- ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf | 5 ----- ucm/Dell-WD19-Dock/HiFi.conf | 26 -------------------------- 2 files changed, 31 deletions(-) delete mode 100644 ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf delete mode 100644 ucm/Dell-WD19-Dock/HiFi.conf diff --git a/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf b/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf deleted file mode 100644 index 465ff55..0000000 --- a/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf +++ /dev/null @@ -1,5 +0,0 @@ -Comment "USB-audio on Dell WD19 docking station" -SectionUseCase."HiFi" { - File "HiFi.conf" - Comment "Default" -} diff --git a/ucm/Dell-WD19-Dock/HiFi.conf b/ucm/Dell-WD19-Dock/HiFi.conf deleted file mode 100644 index e1427a7..0000000 --- a/ucm/Dell-WD19-Dock/HiFi.conf +++ /dev/null @@ -1,26 +0,0 @@ -SectionDevice."Headphone" { - Comment "Headphone" - - Value { - PlaybackChannels "2" - PlaybackPCM "hw:Dock,0" - } -} - -SectionDevice."Speaker" { - Comment "Speaker" - - Value { - PlaybackChannels "2" - PlaybackPCM "hw:Dock,1" - } -} - -SectionDevice."Mic" { - Comment "Microphone" - - Value { - CaptureChannels "2" - CapturePCM "hw:Dock,0" - } -} -- 2.47.1