]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
Revert "conf/ucm: Add a UCM profile for Dell WD19 Dock USB-audio"
authorJaroslav Kysela <perex@perex.cz>
Fri, 25 Jan 2019 11:09:31 +0000 (12:09 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 Sep 2019 11:12:47 +0000 (13:12 +0200)
This reverts commit 914327e00b7626b1acd176d498f35f7b4e213dd3 .

The USB driver defines identical profile as for WD15.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf [deleted file]
ucm/Dell-WD19-Dock/HiFi.conf [deleted file]

diff --git a/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf b/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf
deleted file mode 100644 (file)
index 465ff55..0000000
+++ /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 (file)
index e1427a7..0000000
+++ /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"
-       }
-}