Searched refs:vc_usecase (Results 1 – 2 of 2) sorted by relevance
611 struct audio_usecase *vc_usecase = NULL; in select_devices() local638 vc_usecase = get_usecase_from_list(adev, in select_devices()640 if ((vc_usecase != NULL) && in select_devices()641 ((vc_usecase->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) || in select_devices()643 in_snd_device = vc_usecase->in_snd_device; in select_devices()644 out_snd_device = vc_usecase->out_snd_device; in select_devices()
765 struct audio_usecase *vc_usecase = NULL; in select_devices() local794 vc_usecase = get_usecase_from_list(adev, in select_devices()796 if ((vc_usecase) && ((vc_usecase->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) || in select_devices()798 in_snd_device = vc_usecase->in_snd_device; in select_devices()799 out_snd_device = vc_usecase->out_snd_device; in select_devices()