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:
Aditya Bavanari 2019-10-11 19:53:35 +05:30 committed by Gerrit - the friendly Code Review server
parent b89f41646d
commit bffe6188ab
1 changed files with 8 additions and 0 deletions

View File

@ -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>