Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/
Daudio_hw.c522 struct stream_in *active_input = NULL; in get_input_snd_device() local
527 active_input = (struct stream_in *)usecase->stream; in get_input_snd_device()
529 source = (active_input == NULL) ? in get_input_snd_device()
530 AUDIO_SOURCE_DEFAULT : active_input->source; in get_input_snd_device()
532 in_device = ((active_input == NULL) ? in get_input_snd_device()
533 AUDIO_DEVICE_NONE : active_input->devices) in get_input_snd_device()
535 channel_mask = (active_input == NULL) ? in get_input_snd_device()
536 AUDIO_CHANNEL_IN_MONO : active_input->main_channels; in get_input_snd_device()
595 if (active_input) { in get_input_snd_device()
596 if (active_input->enable_aec) { in get_input_snd_device()
[all …]
Daudio_hw.h314 struct stream_in* active_input; member
/device/linaro/hikey/audio/
Daudio_hw.c69 struct alsa_stream_in *active_input; member