summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryixuanjiang <yixuanjiang@google.com>2021-05-04 12:37:09 +0800
committeryixuanjiang <yixuanjiang@google.com>2021-05-04 12:37:09 +0800
commit53acf6b56a56ef4e84b3b10ac425c9a7ade15aa7 (patch)
treed5a2c1a85f72fd81979ff88983197732b756610b
parent422ac4325bbb40e0248ae69e8c1bcc2f75bda9f9 (diff)
downloadredfin-53acf6b56a56ef4e84b3b10ac425c9a7ade15aa7.tar.gz
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
-rw-r--r--audio/audio_policy_configuration.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_policy_configuration.xml b/audio/audio_policy_configuration.xml
index ba8a8a7..a2c2819 100644
--- a/audio/audio_policy_configuration.xml
+++ b/audio/audio_policy_configuration.xml
@@ -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"