- Timestamp:
- Mar 6, 2014 5:15:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-audiodev/bb10_dev.c
r4778 r4782 645 645 stream->pb_ctrl_audio_manager_handle, 646 646 AUDIO_TYPE_VIDEO_CHAT, 647 AUDIO_DEVICE_ DEFAULT,647 AUDIO_DEVICE_SPEAKER, 648 648 AUDIO_DEVICE_DEFAULT); 649 649 } else { … … 653 653 AUDIO_DEVICE_DEFAULT, 654 654 AUDIO_DEVICE_DEFAULT); 655 } 656 657 /* Make the routing selection stick even when earpeace is plugged in. 658 * But this doesn't seem to work (tested on Q10 10.2.10 659 */ 660 if (ret == 0) { 661 ret = audio_manager_set_handle_routing_conditions( 662 stream->pb_ctrl_audio_manager_handle, 663 SETTINGS_NEVER_RESET); 655 664 } 656 665
Note: See TracChangeset
for help on using the changeset viewer.