]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
conf/ucm: Add a UCM profile for Dell WD19 Dock USB-audio
authorHui Wang <hui.wang@canonical.com>
Tue, 27 Nov 2018 01:36:28 +0000 (09:36 +0800)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 Sep 2019 11:11:20 +0000 (13:11 +0200)
USB-audio device on Dell WD19 docking station provides two individual
output PCM streams, one for headphone Jack and another for speaker out
Jack. A UCM profile gives the proper roles for these.

Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf [new file with mode: 0644]
ucm/Dell-WD19-Dock/HiFi.conf [new file with mode: 0644]

diff --git a/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf b/ucm/Dell-WD19-Dock/Dell-WD19-Dock.conf
new file mode 100644 (file)
index 0000000..465ff55
--- /dev/null
@@ -0,0 +1,5 @@
+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
new file mode 100644 (file)
index 0000000..e1427a7
--- /dev/null
@@ -0,0 +1,26 @@
+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"
+       }
+}