Searched refs:svc_int (Results 1 – 1 of 1) sorted by relevance
1461 struct afe_param_id_usb_audio_svc_interval svc_int; in afe_port_send_usb_params() local1470 memset(&svc_int, 0, sizeof(svc_int)); in afe_port_send_usb_params()1483 svc_int.cfg_minor_version = AFE_API_MINOR_VERSION_USB_AUDIO_CONFIG; in afe_port_send_usb_params()1484 svc_int.svc_interval = pcfg->usb_cfg.service_interval; in afe_port_send_usb_params()1485 ret = q6afe_port_set_param_v2(port, &svc_int, in afe_port_send_usb_params()1487 AFE_MODULE_AUDIO_DEV_INTERFACE, sizeof(svc_int)); in afe_port_send_usb_params()