mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
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:
parent
5a2df9449d
commit
8ebb40c969
4 changed files with 36 additions and 0 deletions
5
src/conf/ucm/Dell-WD15-Dock/Dell-WD15-Dock.conf
Normal file
5
src/conf/ucm/Dell-WD15-Dock/Dell-WD15-Dock.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
Comment "USB-audio on Dell WD15 docking station"
|
||||||
|
SectionUseCase."HiFi" {
|
||||||
|
File "HiFi.conf"
|
||||||
|
Comment "Default"
|
||||||
|
}
|
||||||
26
src/conf/ucm/Dell-WD15-Dock/HiFi.conf
Normal file
26
src/conf/ucm/Dell-WD15-Dock/HiFi.conf
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
4
src/conf/ucm/Dell-WD15-Dock/Makefile.am
Normal file
4
src/conf/ucm/Dell-WD15-Dock/Makefile.am
Normal 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)
|
||||||
|
|
@ -7,6 +7,7 @@ chtrt5645 \
|
||||||
chtrt5645-mono-speaker-analog-mic \
|
chtrt5645-mono-speaker-analog-mic \
|
||||||
DAISY-I2S \
|
DAISY-I2S \
|
||||||
DB410c \
|
DB410c \
|
||||||
|
Dell-WD15-Dock \
|
||||||
GoogleNyan \
|
GoogleNyan \
|
||||||
gpd-win-pocket-rt5645 \
|
gpd-win-pocket-rt5645 \
|
||||||
HDAudio-Gigabyte-ALC1220DualCodecs \
|
HDAudio-Gigabyte-ALC1220DualCodecs \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue