|
@@ -71,6 +71,11 @@
|
|
|
samplingRates="48000"
|
|
|
channelMasks="AUDIO_CHANNEL_IN_MONO AUDIO_CHANNEL_IN_STEREO"/>
|
|
|
</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>
|
|
|
<devicePorts>
|
|
|
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
|
|
@@ -157,6 +162,7 @@
|
|
|
<route type="mix" sink="fast input"
|
|
|
sources="Built-In Mic,Built-In Back Mic"/>
|
|
|
<route type="mix" sink="Telephony Tx" sources="incall playback" />
|
|
|
+ <route type="mix" sink="hotword input" sources="Built-In Mic"/>
|
|
|
</routes>
|
|
|
</module>
|
|
|
</modules>
|