Searched refs:vc_usecase (Results 1 – 1 of 1) sorted by relevance
1602 struct audio_usecase *vc_usecase = NULL; in select_devices_with_force_switch() local1633 vc_usecase = get_usecase_from_list(adev, in select_devices_with_force_switch()1635 if ((vc_usecase != NULL) && in select_devices_with_force_switch()1636 ((vc_usecase->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) || in select_devices_with_force_switch()1637 (vc_usecase->devices == AUDIO_DEVICE_OUT_HEARING_AID) || in select_devices_with_force_switch()1639 in_snd_device = vc_usecase->in_snd_device; in select_devices_with_force_switch()1640 out_snd_device = vc_usecase->out_snd_device; in select_devices_with_force_switch()