Searched refs:vc_usecase (Results 1 – 1 of 1) sorted by relevance
1615 struct audio_usecase *vc_usecase = NULL; in select_devices_with_force_switch() local1646 vc_usecase = get_usecase_from_list(adev, in select_devices_with_force_switch()1648 if ((vc_usecase != NULL) && in select_devices_with_force_switch()1649 ((vc_usecase->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) || in select_devices_with_force_switch()1650 (vc_usecase->devices == AUDIO_DEVICE_OUT_HEARING_AID) || in select_devices_with_force_switch()1652 in_snd_device = vc_usecase->in_snd_device; in select_devices_with_force_switch()1653 out_snd_device = vc_usecase->out_snd_device; in select_devices_with_force_switch()