From: Jaroslav Kysela Date: Fri, 25 Jan 2019 11:09:31 +0000 (+0100) Subject: Revert "conf/ucm: Add a UCM profile for Dell WD19 Dock USB-audio" X-Git-Tag: v1.2.1~50 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a5e6a592b1c29ae3aac7fe3837c49394fa8df015;p=alsa-ucm-conf.git 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 --- 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" - } -}