Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53acf6b5 authored by yixuanjiang's avatar yixuanjiang
Browse files

audio: fix the wrong format on hotword input



Bug: 186705251
Test: "atest VtsHalAudioV7_0TargetTest" pass
Signed-off-by: default avataryixuanjiang <yixuanjiang@google.com>
Change-Id: I2f2fdc1a693b09da241efde5a3824ea36cae5a2b
parent 422ac432
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,8 +86,8 @@
                </mixPort>
                <mixPort name="hotword input" role="sink" flags="AUDIO_INPUT_FLAG_HW_HOTWORD">
                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
                             samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
                             channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO"/>
                             samplingRates="8000 11025 12000 16000 22050 24000 32000 44100 48000"
                             channelMasks="AUDIO_CHANNEL_IN_MONO AUDIO_CHANNEL_IN_STEREO"/>
                </mixPort>
                <mixPort name="fast input" role="sink" flags="AUDIO_INPUT_FLAG_FAST">
                    <profile name="" format="AUDIO_FORMAT_PCM_8_24_BIT"