Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c268 struct audio_usecase *uc_info, in check_usecases_codec_backend() argument
294 usecase != uc_info && in check_usecases_codec_backend()
343 struct audio_usecase *uc_info, in check_and_route_capture_usecases() argument
367 usecase != uc_info && in check_and_route_capture_usecases()
574 struct audio_usecase *uc_info; in stop_input_stream() local
581 uc_info = get_usecase_from_list(adev, in->usecase); in stop_input_stream()
582 if (uc_info == NULL) { in stop_input_stream()
589 disable_audio_route(adev, uc_info, true); in stop_input_stream()
592 disable_snd_device(adev, uc_info->in_snd_device, true); in stop_input_stream()
594 list_remove(&uc_info->list); in stop_input_stream()
[all …]