-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ucm2: codecs: lpass-rx: use set Digital gain at 0dB
For some reason we ended up with a Digital gain below 0dB, resulting in a very low HP volume. Fix this to 0dB and let Analog gain control HP volume. Also remove all redundant setting of this control. Closes: #335 Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- Loading branch information
1 parent
ca1e59d
commit 8bc7711
Showing
4 changed files
with
7 additions
and
4 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
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 @@ | ||
# RX Digital codec specific volume control settings | ||
|
||
BootSequence [ | ||
cset "name='RX_RX0 Digital Volume' 84" | ||
cset "name='RX_RX1 Digital Volume' 84" | ||
] |
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
EnableSequence [ | ||
cset "name='RX_RX0 Digital Volume' 80" | ||
cset "name='RX_RX1 Digital Volume' 80" | ||
cset "name='HPHR Volume' 20" | ||
cset "name='HPHL Volume' 20" | ||
] |
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