From 0862458c1339eec025330b39d5199481c335673c 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 d8013619c942dd996c32337a9ade429bfaf455ee. The USB driver defines identical profile as for WD15. Signed-off-by: Jaroslav Kysela --- .../ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf | 5 ---- src/conf/ucm/Dell-WD19-Dock/HiFi.conf | 26 ------------------- src/conf/ucm/Dell-WD19-Dock/Makefile.am | 4 --- 3 files changed, 35 deletions(-) delete mode 100644 src/conf/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf delete mode 100644 src/conf/ucm/Dell-WD19-Dock/HiFi.conf delete mode 100644 src/conf/ucm/Dell-WD19-Dock/Makefile.am diff --git a/src/conf/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf b/src/conf/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf deleted file mode 100644 index 465ff550..00000000 --- a/src/conf/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/src/conf/ucm/Dell-WD19-Dock/HiFi.conf b/src/conf/ucm/Dell-WD19-Dock/HiFi.conf deleted file mode 100644 index e1427a79..00000000 --- a/src/conf/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" - } -} diff --git a/src/conf/ucm/Dell-WD19-Dock/Makefile.am b/src/conf/ucm/Dell-WD19-Dock/Makefile.am deleted file mode 100644 index 6549ae1b..00000000 --- a/src/conf/ucm/Dell-WD19-Dock/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -alsaconfigdir = @ALSA_CONFIG_DIR@ -ucmdir = $(alsaconfigdir)/ucm/Dell-WD19-Dock -ucm_DATA = Dell-WD19-Dock.conf HiFi.conf -EXTRA_DIST = $(ucm_DATA) -- 2.47.1