Home | History | Annotate | Download | only in msm8960

Lines Matching refs:active_input

732     audio_source_t  source = (adev->active_input == NULL) ?
733 AUDIO_SOURCE_DEFAULT : adev->active_input->source;
736 audio_devices_t in_device = ((adev->active_input == NULL) ?
737 AUDIO_DEVICE_NONE : adev->active_input->device)
739 audio_channel_mask_t channel_mask = (adev->active_input == NULL) ?
740 AUDIO_CHANNEL_IN_MONO : adev->active_input->channel_mask;
826 if (adev->active_input) {
827 if (adev->active_input->enable_aec) {