audio: fix the wrong format on hotword input

Bug: 186705251
Test: "atest VtsHalAudioV7_0TargetTest" pass
Signed-off-by: yixuanjiang <yixuanjiang@google.com>
Change-Id: I2f2fdc1a693b09da241efde5a3824ea36cae5a2b
This commit is contained in:
yixuanjiang 2021-05-04 12:37:09 +08:00
parent 422ac4325b
commit 53acf6b56a
1 changed files with 2 additions and 2 deletions

View File

@ -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"