Home
last modified time | relevance | path

Searched refs:active_input (Results 1 – 2 of 2) sorted by relevance

/device/htc/flounder/audio/hal/
Daudio_hw.c547 struct stream_in *active_input = NULL; in get_input_snd_device() local
552 active_input = (struct stream_in *)usecase->stream; in get_input_snd_device()
554 source = (active_input == NULL) ? in get_input_snd_device()
555 AUDIO_SOURCE_DEFAULT : active_input->source; in get_input_snd_device()
557 in_device = ((active_input == NULL) ? in get_input_snd_device()
558 AUDIO_DEVICE_NONE : active_input->devices) in get_input_snd_device()
560 channel_mask = (active_input == NULL) ? in get_input_snd_device()
561 AUDIO_CHANNEL_IN_MONO : active_input->main_channels; in get_input_snd_device()
622 if (active_input) { in get_input_snd_device()
623 if (active_input->enable_aec) { in get_input_snd_device()
[all …]
Daudio_hw.h384 struct stream_in* active_input; member