]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
DB820c: cleanups and corrections
authorJaroslav Kysela <perex@perex.cz>
Fri, 24 Jan 2020 09:14:41 +0000 (10:14 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 5 Feb 2020 02:16:05 +0000 (03:16 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/DB820c/HDMI.conf
ucm2/DB820c/HiFi.conf

index 76c0e9283a33e71a92a77dde71173402ef1f01cb..c0d40f690f6661a83706bdcdebc0ad0f3b32eccc 100644 (file)
@@ -8,14 +8,14 @@ SectionVerb {
 
         DisableSequence [
                cset "name='HDMI Mixer MultiMedia1' 0"
+       ]
+
         Value {
                 TQ "HiFi"
-                PlaybackPCM "plughw:${CardId},0"
         }
 }
 
-SectionDevice."HDMI-stereo" {
-        #Name "HDMI-stereo"
+SectionDevice."HDMI" {
         Comment "HDMI Digital Stereo Output"
 
         EnableSequence [
@@ -27,6 +27,8 @@ SectionDevice."HDMI-stereo" {
         ]
 
         Value {
-                PlaybackChannels "2"
+               PlaybackPriority 200
+               PlaybackPCM "plughw:${CardId}"
+               PlaybackChannels 2
         }
 }
index fa7770e1be427262b27952f9dea12d89d6bc697a..501c263bc64845c5c543fc5409e6de4479897d94 100644 (file)
@@ -67,12 +67,13 @@ SectionDevice."Headphones" {
        ]
 
        Value {
+               PlaybackPriority 100
                PlaybackPCM "plughw:${CardId},1"
-               PlaybackChannels "2"
+               PlaybackChannels 2
        }
 }
 
-SectionDevice."HandsetMic" {
+SectionDevice."Headset" {
        Comment "Headset Microphone"
 
        EnableSequence [
@@ -93,7 +94,8 @@ SectionDevice."HandsetMic" {
        ]
 
        Value {
+               CapturePriority 100
                CapturePCM "plughw:${CardId},2"
-               CaptureChannels "1"
+               CaptureChannels 1
        }
 }