mirror of
https://github.com/Evolution-X-Devices/device_samsung_beyondx
synced 2026-01-27 08:48:29 +00:00
beyondx: Improve mic quality
* Make main-mic use both mics so that 2 channels are present * Increase mic volume Change-Id: I6003ce265fbc02513c9de76d2648e68276b48c16
This commit is contained in:
@@ -2104,7 +2104,7 @@
|
|||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="media-mic">
|
<path name="media-mic">
|
||||||
<path name="dev-main-mic" />
|
<path name="dev-dual-mic" />
|
||||||
<path name="route-ap-record" />
|
<path name="route-ap-record" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
@@ -4499,7 +4499,8 @@
|
|||||||
<!-- Input stage volume -->
|
<!-- Input stage volume -->
|
||||||
<!-- media input volume -->
|
<!-- media input volume -->
|
||||||
<path name="gain-media-mic">
|
<path name="gain-media-mic">
|
||||||
<ctl name="IN3L Digital Volume" value="96" />
|
<ctl name="IN3L Digital Volume" value="176" />
|
||||||
|
<ctl name="IN4L Digital Volume" value="176" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="gain-media-2nd-mic">
|
<path name="gain-media-2nd-mic">
|
||||||
@@ -4528,7 +4529,7 @@
|
|||||||
|
|
||||||
<!-- voice recording input volume -->
|
<!-- voice recording input volume -->
|
||||||
<path name="gain-recording-mic">
|
<path name="gain-recording-mic">
|
||||||
<ctl name="IN3L Digital Volume" value="116" />
|
<path name="gain-media-mic" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="gain-recording-2nd-mic">
|
<path name="gain-recording-2nd-mic">
|
||||||
@@ -4573,7 +4574,7 @@
|
|||||||
|
|
||||||
<!-- camcorder input volume -->
|
<!-- camcorder input volume -->
|
||||||
<path name="gain-camcorder-mic">
|
<path name="gain-camcorder-mic">
|
||||||
<ctl name="IN3L Digital Volume" value="116" />
|
<path name="gain-media-mic" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="gain-camcorder-2nd-mic">
|
<path name="gain-camcorder-2nd-mic">
|
||||||
@@ -4606,7 +4607,7 @@
|
|||||||
|
|
||||||
<!-- recognition input volume -->
|
<!-- recognition input volume -->
|
||||||
<path name="gain-recognition-mic">
|
<path name="gain-recognition-mic">
|
||||||
<ctl name="IN3L Digital Volume" value="171" />
|
<path name="gain-media-mic" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="gain-recognition-2nd-mic">
|
<path name="gain-recognition-2nd-mic">
|
||||||
|
|||||||
Reference in New Issue
Block a user