Skip to content
Snippets Groups Projects
Commit de40320d authored by Jyotiraditya Panda's avatar Jyotiraditya Panda Committed by Dhina17
Browse files

onclite: audio: Use proper PCM id for VoIP usecases


* The correct PCM ID was discovered by
checking /proc/asound/card0/pcm3c and pcm3p
(these are the PCM capture and playback devices
with id 3, which happens to be the proper PCM ID for VOIP usecases)

* After this change, it finally allows audio routing
to actually occur for VoIP playback and record usecases.

Signed-off-by: default avatarJyotiraditya <jyotiraditya@aospa.co>
Change-Id: I8279218e27c09334607049f43e03009543ea56cb
parent 7a88eec0
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@
<usecase name="USECASE_VOICEMMODE1_CALL" type="out" id="34"/>
<usecase name="USECASE_VOICEMMODE2_CALL" type="in" id="35"/>
<usecase name="USECASE_VOICEMMODE2_CALL" type="out" id="35"/>
<usecase name="USECASE_AUDIO_PLAYBACK_VOIP" type="out" id="27" />
<usecase name="USECASE_AUDIO_RECORD_VOIP" type="in" id="27" />
<usecase name="USECASE_AUDIO_PLAYBACK_VOIP" type="out" id="3" />
<usecase name="USECASE_AUDIO_RECORD_VOIP" type="in" id="3" />
</pcm_ids>
<config_params>
<param key="spkr_1_tz_name" value="wsa881x.0f"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment