Searched refs:maxpacksize (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/usb/ |
| H A D | card.h | 34 unsigned int maxpacksize; /* max. packet size */ member 117 unsigned int maxpacksize; /* max packet size in bytes */ member
|
| H A D | stream.c | 707 fp->maxpacksize = usb_endpoint_max_periodic_payload(chip->dev, ep); in audio_format_alloc_init() 899 unsigned int maxpacksize = in snd_usb_get_audioformat_uac3() 902 switch (maxpacksize) { in snd_usb_get_audioformat_uac3() 1198 fp->maxpacksize * 2) in __snd_usb_parse_audio_interface() 901 unsigned int maxpacksize = snd_usb_get_audioformat_uac3() local
|
| H A D | endpoint.c | 1149 if (ep->maxpacksize && ep->maxpacksize < maxsize) { in data_ep_set_params() 1151 unsigned int data_maxsize = maxsize = ep->maxpacksize; in data_ep_set_params() 1161 ep->curpacksize = ep->maxpacksize; in data_ep_set_params() 1351 ep->maxpacksize = fmt->maxpacksize; in snd_usb_endpoint_set_params() 1365 if (ep->packsize[1] > ep->maxpacksize) { in snd_usb_endpoint_set_params() 1367 ep->maxpacksize, ep->cur_rate, ep->pps); in snd_usb_endpoint_set_params() 1394 ep->maxframesize = ep->maxpacksize / ep->cur_frame_bytes; in snd_usb_endpoint_set_params()
|
| H A D | quirks-table.h | 2059 .maxpacksize = 0x024c, 2087 .maxpacksize = 0x0126, 2237 .maxpacksize = 0x130, 2259 .maxpacksize = 0x130, 2384 .maxpacksize = 0x009c, 2460 .maxpacksize = 0x138, 2481 .maxpacksize = 0x138, 2715 .maxpacksize = 0x00d8, 2737 .maxpacksize = 0x0120,
|
| H A D | quirks.c | 195 if (fp->maxpacksize == 0) in create_fixed_stream_quirk() 196 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, fp->ep_idx)->wMaxPacketSize); in create_fixed_stream_quirk() 456 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); in create_uaxx_quirk() 459 switch (fp->maxpacksize) { in create_uaxx_quirk()
|
| H A D | format.c | 239 fp->altsetting == 5 && fp->maxpacksize == 392) in parse_audio_format_rates_v1()
|
| H A D | mixer.c | 3099 unsigned int maxpacksize; in snd_usb_mixer_controls_badd() local 3130 maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); in snd_usb_mixer_controls_badd() 3132 switch (maxpacksize) { in snd_usb_mixer_controls_badd() 3136 maxpacksize); in snd_usb_mixer_controls_badd()
|
| /linux/sound/usb/usx2y/ |
| H A D | usbusx2y.h | 84 unsigned int maxpacksize; /* max packet size in bytes */ member
|