audio: update aidl platform config
- Add spatial_capture_conditions since this conditions will be different by each project. Bug: 267548143 Test: manual test Change-Id: I05e6124dad0afed267ec1caa2f469312589a7d73 Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
52bc1939d2
commit
955862ddf2
2 changed files with 12 additions and 0 deletions
|
@ -61,6 +61,12 @@
|
|||
<device type="speaker" codec_name="cs35l41" argu="SpeakerNum=4,Rotation,AcousticShockProtection" />
|
||||
</device_builder>
|
||||
|
||||
<!-- The spatial_capture_conditions: format is "use_case="x" audio_source="y" -->
|
||||
<!-- use_case defines in aidl/audio/usecase/use_case.h, audio_source is definied in aidl interfaces. -->
|
||||
<spatial_capture_conditions>
|
||||
<conditions use_case="primary-capture" audio_source="MIC,CAMCORDER,VOICE_RECOGNITION" />
|
||||
</spatial_capture_conditions>
|
||||
|
||||
<!-- The tuner_builder: format is "type="x" codec_name="y" argu="z". argu is optional. -->
|
||||
<tuner_builder>
|
||||
<tuner type="playback" name="waves" argu="Sink=SPK ThermistorsName=VIRTUAL-SKIN" />
|
||||
|
|
|
@ -61,6 +61,12 @@
|
|||
<device type="speaker" codec_name="cs35l41" argu="SpeakerNum=4,Rotation,AcousticShockProtection" />
|
||||
</device_builder>
|
||||
|
||||
<!-- The spatial_capture_conditions: format is "use_case="x" audio_source="y" -->
|
||||
<!-- use_case defines in aidl/audio/usecase/use_case.h, audio_source is definied in aidl interfaces. -->
|
||||
<spatial_capture_conditions>
|
||||
<conditions use_case="primary-capture" audio_source="MIC,CAMCORDER,VOICE_RECOGNITION" />
|
||||
</spatial_capture_conditions>
|
||||
|
||||
<!-- The tuner_builder: format is "type="x" codec_name="y" argu="z". argu is optional. -->
|
||||
<tuner_builder>
|
||||
<tuner type="playback" name="waves" argu="Sink=SPK ThermistorsName=VIRTUAL-SKIN" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue