conf/ucm: Add a UCM profile for Dell WD15 Dock USB-audio

USB-audio device on Dell WD15 docking station provides two individual
PCM streams, one for headphone and another for line out.  A UCM
profile gives the proper roles for these.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2018-05-02 16:23:21 +02:00
parent 5a2df9449d
commit 8ebb40c969
4 changed files with 36 additions and 0 deletions

View file

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

View file

@ -0,0 +1,26 @@
SectionDevice."Headphone" {
Comment "Headphone"
Value {
PlaybackChannels "2"
PlaybackPCM "hw:WD15Dock,0"
}
}
SectionDevice."LineOut" {
Comment "Line Out"
Value {
PlaybackChannels "2"
PlaybackPCM "hw:WD15Dock,1"
}
}
SectionDevice."Mic" {
Comment "Microphone"
Value {
CaptureChannels "2"
CapturePCM "hw:WD15Dock,0"
}
}

View file

@ -0,0 +1,4 @@
alsaconfigdir = @ALSA_CONFIG_DIR@
ucmdir = $(alsaconfigdir)/ucm/Dell-WD15-Dock
ucm_DATA = Dell-WD15-Dock.conf HiFi.conf
EXTRA_DIST = $(ucm_DATA)

View file

@ -7,6 +7,7 @@ chtrt5645 \
chtrt5645-mono-speaker-analog-mic \
DAISY-I2S \
DB410c \
Dell-WD15-Dock \
GoogleNyan \
gpd-win-pocket-rt5645 \
HDAudio-Gigabyte-ALC1220DualCodecs \