audio: add support 4 individual speaker paths
amp1 = Left Top speaker amp2 = Left Bottom speaker amp3 = Right Bottom speaker amp4 = Right Top speaker Bug: 215307768 Test: Builds Change-Id: I53857409cced06b68fe4207681e509982f0ec39c Signed-off-by: Robert Lee <lerobert@google.com>
This commit is contained in:
parent
2bb6b09406
commit
506bca2d53
1 changed files with 28 additions and 0 deletions
|
@ -759,6 +759,34 @@
|
||||||
<path name="speaker"/>
|
<path name="speaker"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path name="speaker-amp1">
|
||||||
|
<ctl name="Boost Peak Current Limit" value="4.50A"/>
|
||||||
|
<!-- Set digital gain -->
|
||||||
|
<ctl name="Digital PCM Volume" value="817"/>
|
||||||
|
<ctl name="Main AMP Enable Switch" value="1"/>
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="speaker-amp2">
|
||||||
|
<ctl name="L2 Boost Peak Current Limit" value="4.50A"/>
|
||||||
|
<!-- Set digital gain -->
|
||||||
|
<ctl name="L2 Digital PCM Volume" value="817"/>
|
||||||
|
<ctl name="L2 Main AMP Enable Switch" value="1"/>
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="speaker-amp3">
|
||||||
|
<ctl name="R2 Boost Peak Current Limit" value="4.50A"/>
|
||||||
|
<!-- Set digital gain -->
|
||||||
|
<ctl name="R2 Digital PCM Volume" value="817"/>
|
||||||
|
<ctl name="R2 Main AMP Enable Switch" value="1"/>
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="speaker-amp4">
|
||||||
|
<ctl name="R Boost Peak Current Limit" value="4.50A"/>
|
||||||
|
<!-- Set digital gain -->
|
||||||
|
<ctl name="R Digital PCM Volume" value="817"/>
|
||||||
|
<ctl name="R Main AMP Enable Switch" value="1"/>
|
||||||
|
</path>
|
||||||
|
|
||||||
<!-- Tx device -->
|
<!-- Tx device -->
|
||||||
<path name="handset-mic">
|
<path name="handset-mic">
|
||||||
<ctl name="Mic Spatial Module Enable" value="1"/>
|
<ctl name="Mic Spatial Module Enable" value="1"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue