Snap for 7482983 from 57b6ae390e6a78c0858691ee7c7becca2f22fb4d to tm-release
Change-Id: I1500997d284f72b5e79497f0a646d241ebb56a90
This commit is contained in:
commit
d07fcd5b03
12 changed files with 126 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
<item>Built-In Mic</item>
|
<item>Built-In Mic</item>
|
||||||
<item>Telephony Tx</item>
|
<item>Telephony Tx</item>
|
||||||
<item>Voice Call And Telephony Rx</item>
|
<item>Voice Call And Telephony Rx</item>
|
||||||
|
<item>Echo Ref In</item>
|
||||||
</attachedDevices>
|
</attachedDevices>
|
||||||
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
||||||
<mixPorts>
|
<mixPorts>
|
||||||
|
@ -114,6 +115,11 @@
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="hifi_playback" role="source" />
|
<mixPort name="hifi_playback" role="source" />
|
||||||
<mixPort name="hifi_input" role="sink" />
|
<mixPort name="hifi_input" role="sink" />
|
||||||
|
<mixPort name="echo_ref_input" role="sink">
|
||||||
|
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
|
||||||
|
samplingRates="48000"
|
||||||
|
channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
|
||||||
|
</mixPort>
|
||||||
</mixPorts>
|
</mixPorts>
|
||||||
<devicePorts>
|
<devicePorts>
|
||||||
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
||||||
|
@ -172,6 +178,8 @@
|
||||||
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
||||||
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
||||||
</devicePort>
|
</devicePort>
|
||||||
|
<devicePort tagName="Echo Ref In" type="AUDIO_DEVICE_IN_ECHO_REFERENCE" role="source">
|
||||||
|
</devicePort>
|
||||||
</devicePorts>
|
</devicePorts>
|
||||||
<!-- route declaration, i.e. list all available sources for a given sink -->
|
<!-- route declaration, i.e. list all available sources for a given sink -->
|
||||||
<routes>
|
<routes>
|
||||||
|
@ -211,6 +219,7 @@
|
||||||
<route type="mix" sink="mmap_no_irq_in"
|
<route type="mix" sink="mmap_no_irq_in"
|
||||||
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
||||||
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
||||||
|
<route type="mix" sink="echo_ref_input" sources="Echo Ref In"/>
|
||||||
</routes>
|
</routes>
|
||||||
</module>
|
</module>
|
||||||
<!-- Bluetooth Audio HAL -->
|
<!-- Bluetooth Audio HAL -->
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<item>Built-In Mic</item>
|
<item>Built-In Mic</item>
|
||||||
<item>Telephony Tx</item>
|
<item>Telephony Tx</item>
|
||||||
<item>Voice Call And Telephony Rx</item>
|
<item>Voice Call And Telephony Rx</item>
|
||||||
|
<item>Echo Ref In</item>
|
||||||
</attachedDevices>
|
</attachedDevices>
|
||||||
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
||||||
<mixPorts>
|
<mixPorts>
|
||||||
|
@ -114,6 +115,11 @@
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="hifi_playback" role="source" />
|
<mixPort name="hifi_playback" role="source" />
|
||||||
<mixPort name="hifi_input" role="sink" />
|
<mixPort name="hifi_input" role="sink" />
|
||||||
|
<mixPort name="echo_ref_input" role="sink">
|
||||||
|
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
|
||||||
|
samplingRates="48000"
|
||||||
|
channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
|
||||||
|
</mixPort>
|
||||||
</mixPorts>
|
</mixPorts>
|
||||||
<devicePorts>
|
<devicePorts>
|
||||||
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
||||||
|
@ -157,6 +163,8 @@
|
||||||
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
||||||
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
||||||
</devicePort>
|
</devicePort>
|
||||||
|
<devicePort tagName="Echo Ref In" type="AUDIO_DEVICE_IN_ECHO_REFERENCE" role="source">
|
||||||
|
</devicePort>
|
||||||
</devicePorts>
|
</devicePorts>
|
||||||
<!-- route declaration, i.e. list all available sources for a given sink -->
|
<!-- route declaration, i.e. list all available sources for a given sink -->
|
||||||
<routes>
|
<routes>
|
||||||
|
@ -190,6 +198,7 @@
|
||||||
<route type="mix" sink="mmap_no_irq_in"
|
<route type="mix" sink="mmap_no_irq_in"
|
||||||
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
||||||
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
||||||
|
<route type="mix" sink="echo_ref_input" sources="Echo Ref In"/>
|
||||||
</routes>
|
</routes>
|
||||||
</module>
|
</module>
|
||||||
<!-- Bluetooth Audio HAL -->
|
<!-- Bluetooth Audio HAL -->
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<item>Built-In Mic</item>
|
<item>Built-In Mic</item>
|
||||||
<item>Telephony Tx</item>
|
<item>Telephony Tx</item>
|
||||||
<item>Voice Call And Telephony Rx</item>
|
<item>Voice Call And Telephony Rx</item>
|
||||||
|
<item>Echo Ref In</item>
|
||||||
</attachedDevices>
|
</attachedDevices>
|
||||||
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
||||||
<mixPorts>
|
<mixPorts>
|
||||||
|
@ -114,6 +115,11 @@
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="hifi_playback" role="source" />
|
<mixPort name="hifi_playback" role="source" />
|
||||||
<mixPort name="hifi_input" role="sink" />
|
<mixPort name="hifi_input" role="sink" />
|
||||||
|
<mixPort name="echo_ref_input" role="sink">
|
||||||
|
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
|
||||||
|
samplingRates="48000"
|
||||||
|
channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
|
||||||
|
</mixPort>
|
||||||
</mixPorts>
|
</mixPorts>
|
||||||
<devicePorts>
|
<devicePorts>
|
||||||
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
||||||
|
@ -157,6 +163,8 @@
|
||||||
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
||||||
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
||||||
</devicePort>
|
</devicePort>
|
||||||
|
<devicePort tagName="Echo Ref In" type="AUDIO_DEVICE_IN_ECHO_REFERENCE" role="source">
|
||||||
|
</devicePort>
|
||||||
</devicePorts>
|
</devicePorts>
|
||||||
<!-- route declaration, i.e. list all available sources for a given sink -->
|
<!-- route declaration, i.e. list all available sources for a given sink -->
|
||||||
<routes>
|
<routes>
|
||||||
|
@ -190,6 +198,7 @@
|
||||||
<route type="mix" sink="mmap_no_irq_in"
|
<route type="mix" sink="mmap_no_irq_in"
|
||||||
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
||||||
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
||||||
|
<route type="mix" sink="echo_ref_input" sources="Echo Ref In"/>
|
||||||
</routes>
|
</routes>
|
||||||
</module>
|
</module>
|
||||||
<!-- A2dp Audio HAL -->
|
<!-- A2dp Audio HAL -->
|
||||||
|
|
|
@ -72,6 +72,22 @@
|
||||||
<ctl name="MIC HW Gain At High Power Mode (cB)" />
|
<ctl name="MIC HW Gain At High Power Mode (cB)" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path name="mic1-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic2-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic3-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic4-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
<path name="usb-capture-gain">
|
<path name="usb-capture-gain">
|
||||||
<ctl name="Headset Capture Volume" />
|
<ctl name="Headset Capture Volume" />
|
||||||
</path>
|
</path>
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<item>Built-In Mic</item>
|
<item>Built-In Mic</item>
|
||||||
<item>Telephony Tx</item>
|
<item>Telephony Tx</item>
|
||||||
<item>Voice Call And Telephony Rx</item>
|
<item>Voice Call And Telephony Rx</item>
|
||||||
|
<item>Echo Ref In</item>
|
||||||
</attachedDevices>
|
</attachedDevices>
|
||||||
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
||||||
<mixPorts>
|
<mixPorts>
|
||||||
|
@ -114,6 +115,11 @@
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="hifi_playback" role="source" />
|
<mixPort name="hifi_playback" role="source" />
|
||||||
<mixPort name="hifi_input" role="sink" />
|
<mixPort name="hifi_input" role="sink" />
|
||||||
|
<mixPort name="echo_ref_input" role="sink">
|
||||||
|
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
|
||||||
|
samplingRates="48000"
|
||||||
|
channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
|
||||||
|
</mixPort>
|
||||||
</mixPorts>
|
</mixPorts>
|
||||||
<devicePorts>
|
<devicePorts>
|
||||||
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
||||||
|
@ -172,6 +178,8 @@
|
||||||
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
||||||
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
||||||
</devicePort>
|
</devicePort>
|
||||||
|
<devicePort tagName="Echo Ref In" type="AUDIO_DEVICE_IN_ECHO_REFERENCE" role="source">
|
||||||
|
</devicePort>
|
||||||
</devicePorts>
|
</devicePorts>
|
||||||
<!-- route declaration, i.e. list all available sources for a given sink -->
|
<!-- route declaration, i.e. list all available sources for a given sink -->
|
||||||
<routes>
|
<routes>
|
||||||
|
@ -211,6 +219,7 @@
|
||||||
<route type="mix" sink="mmap_no_irq_in"
|
<route type="mix" sink="mmap_no_irq_in"
|
||||||
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
||||||
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
||||||
|
<route type="mix" sink="echo_ref_input" sources="Echo Ref In"/>
|
||||||
</routes>
|
</routes>
|
||||||
</module>
|
</module>
|
||||||
<!-- Bluetooth Audio HAL -->
|
<!-- Bluetooth Audio HAL -->
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<item>Built-In Mic</item>
|
<item>Built-In Mic</item>
|
||||||
<item>Telephony Tx</item>
|
<item>Telephony Tx</item>
|
||||||
<item>Voice Call And Telephony Rx</item>
|
<item>Voice Call And Telephony Rx</item>
|
||||||
|
<item>Echo Ref In</item>
|
||||||
</attachedDevices>
|
</attachedDevices>
|
||||||
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
||||||
<mixPorts>
|
<mixPorts>
|
||||||
|
@ -114,6 +115,11 @@
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="hifi_playback" role="source" />
|
<mixPort name="hifi_playback" role="source" />
|
||||||
<mixPort name="hifi_input" role="sink" />
|
<mixPort name="hifi_input" role="sink" />
|
||||||
|
<mixPort name="echo_ref_input" role="sink">
|
||||||
|
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
|
||||||
|
samplingRates="48000"
|
||||||
|
channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
|
||||||
|
</mixPort>
|
||||||
</mixPorts>
|
</mixPorts>
|
||||||
<devicePorts>
|
<devicePorts>
|
||||||
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
||||||
|
@ -157,6 +163,8 @@
|
||||||
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
||||||
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
||||||
</devicePort>
|
</devicePort>
|
||||||
|
<devicePort tagName="Echo Ref In" type="AUDIO_DEVICE_IN_ECHO_REFERENCE" role="source">
|
||||||
|
</devicePort>
|
||||||
</devicePorts>
|
</devicePorts>
|
||||||
<!-- route declaration, i.e. list all available sources for a given sink -->
|
<!-- route declaration, i.e. list all available sources for a given sink -->
|
||||||
<routes>
|
<routes>
|
||||||
|
@ -190,6 +198,7 @@
|
||||||
<route type="mix" sink="mmap_no_irq_in"
|
<route type="mix" sink="mmap_no_irq_in"
|
||||||
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
||||||
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
||||||
|
<route type="mix" sink="echo_ref_input" sources="Echo Ref In"/>
|
||||||
</routes>
|
</routes>
|
||||||
</module>
|
</module>
|
||||||
<!-- Bluetooth Audio HAL -->
|
<!-- Bluetooth Audio HAL -->
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<item>Built-In Mic</item>
|
<item>Built-In Mic</item>
|
||||||
<item>Telephony Tx</item>
|
<item>Telephony Tx</item>
|
||||||
<item>Voice Call And Telephony Rx</item>
|
<item>Voice Call And Telephony Rx</item>
|
||||||
|
<item>Echo Ref In</item>
|
||||||
</attachedDevices>
|
</attachedDevices>
|
||||||
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
<defaultOutputDevice>Speaker</defaultOutputDevice>
|
||||||
<mixPorts>
|
<mixPorts>
|
||||||
|
@ -114,6 +115,11 @@
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="hifi_playback" role="source" />
|
<mixPort name="hifi_playback" role="source" />
|
||||||
<mixPort name="hifi_input" role="sink" />
|
<mixPort name="hifi_input" role="sink" />
|
||||||
|
<mixPort name="echo_ref_input" role="sink">
|
||||||
|
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
|
||||||
|
samplingRates="48000"
|
||||||
|
channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
|
||||||
|
</mixPort>
|
||||||
</mixPorts>
|
</mixPorts>
|
||||||
<devicePorts>
|
<devicePorts>
|
||||||
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
||||||
|
@ -157,6 +163,8 @@
|
||||||
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
<!-- AUDIO_DEVICE_IN_VOICE_CALL and AUDIO_DEVICE_IN_TELEPHONY_RX are in the same value -->
|
||||||
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
<devicePort tagName="Voice Call And Telephony Rx" type="AUDIO_DEVICE_IN_VOICE_CALL" role="source">
|
||||||
</devicePort>
|
</devicePort>
|
||||||
|
<devicePort tagName="Echo Ref In" type="AUDIO_DEVICE_IN_ECHO_REFERENCE" role="source">
|
||||||
|
</devicePort>
|
||||||
</devicePorts>
|
</devicePorts>
|
||||||
<!-- route declaration, i.e. list all available sources for a given sink -->
|
<!-- route declaration, i.e. list all available sources for a given sink -->
|
||||||
<routes>
|
<routes>
|
||||||
|
@ -190,6 +198,7 @@
|
||||||
<route type="mix" sink="mmap_no_irq_in"
|
<route type="mix" sink="mmap_no_irq_in"
|
||||||
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
sources="Built-In Mic,USB Device In,USB Headset In"/>
|
||||||
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
<route type="mix" sink="hifi_input" sources="USB Device In,USB Headset In" />
|
||||||
|
<route type="mix" sink="echo_ref_input" sources="Echo Ref In"/>
|
||||||
</routes>
|
</routes>
|
||||||
</module>
|
</module>
|
||||||
<!-- A2dp Audio HAL -->
|
<!-- A2dp Audio HAL -->
|
||||||
|
|
|
@ -72,6 +72,22 @@
|
||||||
<ctl name="MIC HW Gain At High Power Mode (cB)" />
|
<ctl name="MIC HW Gain At High Power Mode (cB)" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path name="mic1-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic2-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic3-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic4-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
<path name="usb-capture-gain">
|
<path name="usb-capture-gain">
|
||||||
<ctl name="Headset Capture Volume" />
|
<ctl name="Headset Capture Volume" />
|
||||||
</path>
|
</path>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<ctl name="SINK_IDS" id="1" value="-1" />
|
<ctl name="SINK_IDS" id="1" value="-1" />
|
||||||
<ctl name="MIC HW Gain At Lower Power Mode (cB)" value="-160" />
|
<ctl name="MIC HW Gain At Lower Power Mode (cB)" value="-160" />
|
||||||
<ctl name="MIC HW Gain At High Power Mode (cB)" value="0" />
|
<ctl name="MIC HW Gain At High Power Mode (cB)" value="0" />
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" value="0" />
|
||||||
|
|
||||||
<ctl name="EP1 TX Mixer TDM_0_TX" value="0" />
|
<ctl name="EP1 TX Mixer TDM_0_TX" value="0" />
|
||||||
<ctl name="DEFAULT_MIC_ID" value="0" />
|
<ctl name="DEFAULT_MIC_ID" value="0" />
|
||||||
|
@ -72,6 +73,22 @@
|
||||||
<ctl name="MIC HW Gain At High Power Mode (cB)" />
|
<ctl name="MIC HW Gain At High Power Mode (cB)" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path name="mic1-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic2-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic3-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic4-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
<path name="usb-capture-gain">
|
<path name="usb-capture-gain">
|
||||||
<ctl name="Headset Capture Volume" />
|
<ctl name="Headset Capture Volume" />
|
||||||
</path>
|
</path>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<ctl name="SINK_IDS" id="1" value="-1" />
|
<ctl name="SINK_IDS" id="1" value="-1" />
|
||||||
<ctl name="MIC HW Gain At Lower Power Mode (cB)" value="-160" />
|
<ctl name="MIC HW Gain At Lower Power Mode (cB)" value="-160" />
|
||||||
<ctl name="MIC HW Gain At High Power Mode (cB)" value="0" />
|
<ctl name="MIC HW Gain At High Power Mode (cB)" value="0" />
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" value="0" />
|
||||||
|
|
||||||
<ctl name="EP1 TX Mixer TDM_0_TX" value="0" />
|
<ctl name="EP1 TX Mixer TDM_0_TX" value="0" />
|
||||||
<ctl name="DEFAULT_MIC_ID" value="0" />
|
<ctl name="DEFAULT_MIC_ID" value="0" />
|
||||||
|
@ -72,6 +73,22 @@
|
||||||
<ctl name="MIC HW Gain At High Power Mode (cB)" />
|
<ctl name="MIC HW Gain At High Power Mode (cB)" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path name="mic1-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic2-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic3-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="mic4-sw-gain">
|
||||||
|
<ctl name="MIC Record Soft Gain (dB)" />
|
||||||
|
</path>
|
||||||
|
|
||||||
<path name="usb-capture-gain">
|
<path name="usb-capture-gain">
|
||||||
<ctl name="Headset Capture Volume" />
|
<ctl name="Headset Capture Volume" />
|
||||||
</path>
|
</path>
|
||||||
|
|
|
@ -203,4 +203,7 @@
|
||||||
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen
|
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen
|
||||||
refresh rate equates to a 34 ms delay. -->
|
refresh rate equates to a 34 ms delay. -->
|
||||||
<integer name="config_udfps_illumination_transition_ms">34</integer>
|
<integer name="config_udfps_illumination_transition_ms">34</integer>
|
||||||
|
|
||||||
|
<!-- The max vibration strength allowed in audio haptic channels. -->
|
||||||
|
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.3</item>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -157,4 +157,7 @@
|
||||||
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen
|
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen
|
||||||
refresh rate equates to a 25 ms delay. -->
|
refresh rate equates to a 25 ms delay. -->
|
||||||
<integer name="config_udfps_illumination_transition_ms">25</integer>
|
<integer name="config_udfps_illumination_transition_ms">25</integer>
|
||||||
|
|
||||||
|
<!-- The max vibration strength allowed in audio haptic channels. -->
|
||||||
|
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.3</item>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue