Loading sound/usb/endpoint.c +2 −3 Original line number Diff line number Diff line Loading @@ -714,8 +714,7 @@ static int data_ep_set_params(struct snd_usb_endpoint *ep, /* * configure a sync endpoint */ static int sync_ep_set_params(struct snd_usb_endpoint *ep, struct audioformat *fmt) static int sync_ep_set_params(struct snd_usb_endpoint *ep) { int i; Loading Loading @@ -812,7 +811,7 @@ int snd_usb_endpoint_set_params(struct snd_usb_endpoint *ep, buffer_periods, fmt, sync_ep); break; case SND_USB_ENDPOINT_TYPE_SYNC: err = sync_ep_set_params(ep, fmt); err = sync_ep_set_params(ep); break; default: err = -EINVAL; Loading Loading
sound/usb/endpoint.c +2 −3 Original line number Diff line number Diff line Loading @@ -714,8 +714,7 @@ static int data_ep_set_params(struct snd_usb_endpoint *ep, /* * configure a sync endpoint */ static int sync_ep_set_params(struct snd_usb_endpoint *ep, struct audioformat *fmt) static int sync_ep_set_params(struct snd_usb_endpoint *ep) { int i; Loading Loading @@ -812,7 +811,7 @@ int snd_usb_endpoint_set_params(struct snd_usb_endpoint *ep, buffer_periods, fmt, sync_ep); break; case SND_USB_ENDPOINT_TYPE_SYNC: err = sync_ep_set_params(ep, fmt); err = sync_ep_set_params(ep); break; default: err = -EINVAL; Loading