Revert "conf/ucm: Add a UCM profile for Dell WD19 Dock USB-audio"

This reverts commit d8013619c9.

The USB driver defines identical profile as for WD15.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2019-01-25 12:09:31 +01:00
parent d8013619c9
commit 0862458c13
3 changed files with 0 additions and 35 deletions

View file

@ -1,5 +0,0 @@
Comment "USB-audio on Dell WD19 docking station"
SectionUseCase."HiFi" {
File "HiFi.conf"
Comment "Default"
}

View file

@ -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"
}
}

View file

@ -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)