Searched refs:vc_usecase (Results 1 – 1 of 1) sorted by relevance
1265 struct audio_usecase *vc_usecase = NULL; in select_devices() local1294 vc_usecase = get_usecase_from_list(adev, in select_devices()1296 if ((vc_usecase != NULL) && in select_devices()1297 ((vc_usecase->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) || in select_devices()1299 in_snd_device = vc_usecase->in_snd_device; in select_devices()1300 out_snd_device = vc_usecase->out_snd_device; in select_devices()