configs: atoll: Add hph-class-ab-mode for wcd9370 variant
WCD9370 codec variant supports only class AB HPH power mode. Add a mixer path to set the HPH power mode ctl to class AB. Change-Id: Id5825fc3809a6e4d73b6b3b1779507282b72b046
This commit is contained in:
parent
b89f41646d
commit
bffe6188ab
|
@ -2769,11 +2769,19 @@
|
|||
</path>
|
||||
|
||||
<path name="hph-highquality-mode">
|
||||
<ctl name="RX_HPH_PWR_MODE" value="LOHIFI" />
|
||||
<ctl name="RX HPH Mode" value="CLS_H_LOHIFI" />
|
||||
</path>
|
||||
|
||||
<path name="hph-lowpower-mode">
|
||||
<ctl name="RX_HPH_PWR_MODE" value="ULP" />
|
||||
<ctl name="RX HPH Mode" value="CLS_H_ULP" />
|
||||
</path>
|
||||
|
||||
<path name="hph-class-ab-mode">
|
||||
<ctl name="RX HPH Mode" value="CLS_AB" />
|
||||
</path>
|
||||
|
||||
<path name="true-native-mode">
|
||||
</path>
|
||||
|
||||
|
|
Loading…
Reference in New Issue