Home | History | Annotate | Download | only in hal

Lines Matching refs:vc_usecase

503     struct audio_usecase *vc_usecase = NULL;
530 vc_usecase = get_usecase_from_list(adev,
532 if ((vc_usecase != NULL) &&
533 ((vc_usecase->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) ||
535 in_snd_device = vc_usecase->in_snd_device;
536 out_snd_device = vc_usecase->out_snd_device;