soundtrigger: aidl table for L10 am: add8872c72
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/21647083 Change-Id: I6e2358239ca4b1e3464be046989b810e2911071f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -71,6 +71,11 @@
|
|||||||
samplingRates="48000"
|
samplingRates="48000"
|
||||||
channelMasks="AUDIO_CHANNEL_IN_MONO AUDIO_CHANNEL_IN_STEREO"/>
|
channelMasks="AUDIO_CHANNEL_IN_MONO AUDIO_CHANNEL_IN_STEREO"/>
|
||||||
</mixPort>
|
</mixPort>
|
||||||
|
<mixPort name="hotword input" role="sink" flags="AUDIO_INPUT_FLAG_HW_HOTWORD">
|
||||||
|
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
||||||
|
samplingRates="16000"
|
||||||
|
channelMasks="AUDIO_CHANNEL_IN_MONO 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 +162,7 @@
|
|||||||
<route type="mix" sink="fast input"
|
<route type="mix" sink="fast input"
|
||||||
sources="Built-In Mic,Built-In Back Mic"/>
|
sources="Built-In Mic,Built-In Back Mic"/>
|
||||||
<route type="mix" sink="Telephony Tx" sources="incall playback" />
|
<route type="mix" sink="Telephony Tx" sources="incall playback" />
|
||||||
|
<route type="mix" sink="hotword input" sources="Built-In Mic"/>
|
||||||
</routes>
|
</routes>
|
||||||
</module>
|
</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
@@ -587,6 +587,9 @@
|
|||||||
<ctl name="EP3 TX Mixer INTERNAL_MIC_TX" value="1" />
|
<ctl name="EP3 TX Mixer INTERNAL_MIC_TX" value="1" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path name="microphones -> sound-trigger-capture-0">
|
||||||
|
</path>
|
||||||
|
|
||||||
<path name="audio-recordC usb-headset-mic">
|
<path name="audio-recordC usb-headset-mic">
|
||||||
<ctl name="EP1 TX Mixer USB_TX" value="1" />
|
<ctl name="EP1 TX Mixer USB_TX" value="1" />
|
||||||
</path>
|
</path>
|
||||||
|
Reference in New Issue
Block a user