OSDN Git Service

broadwell-rt286: add correct prefix to Priority field names
authorJaroslav Kysela <perex@perex.cz>
Tue, 28 Jan 2020 17:15:22 +0000 (18:15 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 5 Feb 2020 12:17:24 +0000 (13:17 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/broadwell-rt286/HiFi.conf

index e766250..96b89a0 100644 (file)
@@ -21,7 +21,7 @@ SectionDevice."Speaker" {
        ]
 
        Value {
-               Priority 100
+               PlaybackPriority 100
                PlaybackPCM "hw:${CardId}"
                PlaybackChannels 2
                PlaybackMixerElem "DAC0"
@@ -49,7 +49,7 @@ SectionDevice."Headphones" {
        ]
 
        Value {
-               Priority 200
+               PlaybackPriority 200
                PlaybackPCM "hw:${CardId}"
                PlaybackChannels 2
                PlaybackMixerElem "DAC0"
@@ -76,9 +76,9 @@ SectionDevice."Mic" {
        ]
 
        Value {
-               Priority 100
+               CapturePriority 100
                CapturePCM "hw:${CardId}"
-               CaptureChannels "2"
+               CaptureChannels 2
                CaptureMixerElem "Mic"
                CaptureMasterElem "ADC0"
        }
@@ -101,9 +101,9 @@ SectionDevice."Handset" {
        ]
 
        Value {
-               Priority 200
+               CapturePriority 200
                CapturePCM "hw:${CardId}"
-               CaptureChannels "2"
+               CaptureChannels 2
                CaptureMixerElem "Mic"
                CaptureMasterElem "ADC0"
                JackDev "rt286-jack"