Skip to content

Commit 9e5e889

Browse files
TreeHugger RobotAndroid (Google) Code Review
TreeHugger Robot
authored and
Android (Google) Code Review
committed
Merge "audio: update audio table" into rvc-d1-dev
2 parents de99625 + 9cc8cd7 commit 9e5e889

File tree

2 files changed

+38
-12
lines changed

2 files changed

+38
-12
lines changed

Diff for: audio/mixer_paths_bolero_snd.xml

+34-9
Original file line numberDiff line numberDiff line change
@@ -598,15 +598,28 @@
598598
<path name="echo-reference headphones" />
599599
</path>
600600

601-
<path name="echo-reference usb-headset">
602-
<ctl name="AUDIO_REF_EC_UL10 MUX" value="USB_AUDIO_RX" />
603-
<ctl name="EC Reference Channels" value="Two"/>
604-
</path>
601+
<path name="echo-reference usb-headset">
602+
<ctl name="AUDIO_REF_EC_UL10 MUX" value="USB_AUDIO_RX" />
603+
<ctl name="EC Reference Channels" value="Two"/>
604+
</path>
605+
606+
<path name="echo-reference usb-headphones">
607+
<ctl name="AUDIO_REF_EC_UL10 MUX" value="USB_AUDIO_RX" />
608+
<ctl name="EC Reference Channels" value="Two"/>
609+
</path>
610+
611+
<path name="echo-reference bt-sco">
612+
<ctl name="AUDIO_REF_EC_UL10 MUX" value="SLIM_7_RX" />
613+
<ctl name="EC Reference Channels" value="One"/>
614+
</path>
615+
616+
<path name="echo-reference bt-sco-wb">
617+
<path name="echo-reference bt-sco" />
618+
</path>
605619

606-
<path name="echo-reference usb-headphones">
607-
<ctl name="AUDIO_REF_EC_UL10 MUX" value="USB_AUDIO_RX" />
608-
<ctl name="EC Reference Channels" value="Two"/>
609-
</path>
620+
<path name="echo-reference bt-sco-swb">
621+
<path name="echo-reference bt-sco" />
622+
</path>
610623

611624
<path name="echo-reference display-port">
612625
<ctl name="AUDIO_REF_EC_UL1 MUX" value="DISPLAY_PORT" />
@@ -648,7 +661,19 @@
648661

649662
<path name="echo-reference-voip usb-headphones">
650663
<path name="echo-reference usb-headphones" />
651-
</path>
664+
</path>
665+
666+
<path name="echo-reference-voip bt-sco">
667+
<path name="echo-reference bt-sco" />
668+
</path>
669+
670+
<path name="echo-reference-voip bt-sco-wb">
671+
<path name="echo-reference bt-sco" />
672+
</path>
673+
674+
<path name="echo-reference-voip bt-sco-swb">
675+
<path name="echo-reference bt-sco" />
676+
</path>
652677

653678
<path name="echo-reference-voip headphones-44.1">
654679
<path name="echo-reference headphones-44.1" />

Diff for: audio_policy_volumes.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ volume index from 0 to 100.
7373
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
7474
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
7575
<point>1,-6000</point>
76-
<point>19,-4400</point>
77-
<point>71,-2000</point>
78-
<point>91,-900</point>
76+
<point>28,-3600</point>
77+
<point>72,-1400</point>
78+
<point>80,-1000</point>
79+
<point>88,-700</point>
7980
<point>100,0</point>
8081
</volume>
8182
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"

0 commit comments

Comments
 (0)