summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-04-14 02:17:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-04-14 02:17:35 +0000
commit4fdb6140b118043ab472dcf1f87f7762ad8df1ff (patch)
treeaae2491ebe3dc4369ab3b7c0fd27d19356dc027d
parent5e125bab59c4552129eed95e85eca1e09eafb0e1 (diff)
parent1ec2484c83ab2b166e6715ed6e1d95837137a841 (diff)
downloadtaimen-4fdb6140b118043ab472dcf1f87f7762ad8df1ff.tar.gz
Merge "Add fake mic info for taimen." into pi-dev
-rw-r--r--audio_platform_info_tavil.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/audio_platform_info_tavil.xml b/audio_platform_info_tavil.xml
index 7b33970..e4b6839 100644
--- a/audio_platform_info_tavil.xml
+++ b/audio_platform_info_tavil.xml
@@ -99,6 +99,15 @@
<app uc_type="PCM_CAPTURE" mode="default" bit_width="24" id="69940" max_rate="96000" />
<app uc_type="PCM_CAPTURE" mode="voip" bit_width="16" id="69945" max_rate="48000" />
</app_types>
+ <!-- TODO: Fake microphone characteristics data, need to populate with actual data -->
+ <microphone_characteristics>
+ <microphone valid_mask="31" device_id="builtin_mic_1" type="AUDIO_DEVICE_IN_BUILTIN_MIC" address="bottom" location="AUDIO_MICROPHONE_LOCATION_MAINBODY"
+ group="0" index_in_the_group="0" directionality="AUDIO_MICROPHONE_DIRECTIONALITY_OMNI" num_frequency_responses="3" frequencies="1.0,2.0,3.0"
+ responses= "2.0,3.0,4.0" sensitivity="100.0" max_spl="110.0" min_spl="1.0" orientation="1.0,0.0,0.0" geometric_location="1.0,0.2,0.3" />
+ <microphone valid_mask="31" device_id="builtin_mic_2" type="AUDIO_DEVICE_IN_BACK_MIC" address="back" location="AUDIO_MICROPHONE_LOCATION_MAINBODY"
+ group="0" index_in_the_group="0" directionality="AUDIO_MICROPHONE_DIRECTIONALITY_OMNI" num_frequency_responses="3" frequencies="11.0,12.0,13.0"
+ responses="12.0,13.0,14.0" sensitivity="10.0" max_spl="150.0" min_spl="10.0" orientation="0.0,1.0,0.0" geometric_location="0.5,1.2,0.1" />
+ </microphone_characteristics>
</audio_platform_info>