Home
last modified time | relevance | path

Searched refs:svc_int (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/qcom/qdsp6/
H A Dq6afe.c1414 struct afe_param_id_usb_audio_svc_interval svc_int; in afe_port_send_usb_params() local
1423 memset(&svc_int, 0, sizeof(svc_int)); in afe_port_send_usb_params()
1436 svc_int.cfg_minor_version = AFE_API_MINOR_VERSION_USB_AUDIO_CONFIG; in afe_port_send_usb_params()
1437 svc_int.svc_interval = pcfg->usb_cfg.service_interval; in afe_port_send_usb_params()
1438 ret = q6afe_port_set_param_v2(port, &svc_int, in afe_port_send_usb_params()
1440 AFE_MODULE_AUDIO_DEV_INTERFACE, sizeof(svc_int)); in afe_port_send_usb_params()