Merge "audio: Add profile for hifi record"

This commit is contained in:
Eric Laurent
2017-06-05 17:54:21 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 1 deletions

View File

@@ -71,7 +71,8 @@
<app_types>
<app uc_type="PCM_PLAYBACK" bit_width="16" id="69936" max_rate="96000" />
<app uc_type="PCM_PLAYBACK" bit_width="24" id="69940" max_rate="192000" />
<app uc_type="PCM_PLAYBACK" bit_width="32" id="69942" max_rate="192000" />
<app uc_type="PCM_CAPTURE" bit_width="16" id="69938" max_rate="96000" />
<app uc_type="PCM_CAPTURE" bit_width="24" id="69940" max_rate="96000" />
</app_types>
</audio_platform_info>

View File

@@ -808,6 +808,10 @@
<ctl name="USB_AUDIO_RX Audio Mixer MultiMedia2" value="1" />
</path>
<path name="hifi-record usb-headset-mic">
<ctl name="MultiMedia2 Mixer USB_AUDIO_TX" value="1" />
</path>
<path name="compress-offload-playback">
<ctl name="QUAT_MI2S_RX Audio Mixer MultiMedia4" value="1" />
</path>