-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codes: wcd938x: Add Analog Microphones 1 & 5 Sequences
Add Enable and Disable sequences for Analog microphones connected to WCD989x Inputs 1 & 5. Closes: #393 Signed-off-by: Neil Armstrong <[email protected]> Signed-off-by: Jaroslav Kysela <[email protected]>
- Loading branch information
1 parent
27ee7e6
commit 49d63d7
Showing
4 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Analog Microphone on Input1 via ADC1 | ||
DisableSequence [ | ||
cset "name='ADC1_MIXER Switch' 0" | ||
cset "name='ADC1 Switch' 0" | ||
cset "name='TX0 MODE' ADC_INVALID" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Analog Microphone on Input1 via ADC1 | ||
EnableSequence [ | ||
cset "name='ADC1_MIXER Switch' 1" | ||
cset "name='ADC1 Switch' 1" | ||
cset "name='TX0 MODE' ADC_NORMAL" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Analog Microphone on Input5 via ADC4 | ||
DisableSequence [ | ||
cset "name='ADC4_MIXER Switch' 0" | ||
cset "name='ADC4 Switch' 0" | ||
cset "name='TX3 MODE' ADC_INVALID" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Analog Microphone on Input5 via ADC4 | ||
EnableSequence [ | ||
cset "name='ADC4_MIXER Switch' 1" | ||
cset "name='HDR34 MUX' NO_HDR34" | ||
cset "name='ADC4 MUX' INP5" | ||
cset "name='ADC4 Switch' 1" | ||
cset "name='TX3 MODE' ADC_NORMAL" | ||
] |