Skip to content

Commit

Permalink
ucm2: codecs: wcd938x: correct 'cset' command
Browse files Browse the repository at this point in the history
Intention was to use 'cset':

  ALSA lib parser.c:1224:(parse_sequence) error: sequence command 'set' is ignored

Closes: #423
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
krzk authored and perexg committed Aug 2, 2024
1 parent 1dcb58e commit fa40b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ucm2/codecs/wcd938x/HeadphoneMicDisableSeq.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DisableSequence [
cset "name='ADC2_MIXER Switch' 0"
cset "name='ADC2 Switch' 0"
set "name='TX1 MODE' ADC_INVALID"
cset "name='TX1 MODE' ADC_INVALID"
]
2 changes: 1 addition & 1 deletion ucm2/codecs/wcd938x/HeadphoneMicEnableSeq.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ EnableSequence [
cset "name='HDR12 MUX' NO_HDR12"
cset "name='ADC2 MUX' INP2"
cset "name='ADC2 Switch' 1"
set "name='TX1 MODE' ADC_NORMAL"
cset "name='TX1 MODE' ADC_NORMAL"
]

0 comments on commit fa40b70

Please sign in to comment.