Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/
H A Dendpoint.c207 if (ep->chip->tx_length_quirk) in prepare_silent_urb()
639 int tx_length_quirk = (ep->chip->tx_length_quirk && in check_ep_params() local
689 if (tx_length_quirk) in check_ep_params()
696 if (tx_length_quirk) in check_ep_params()
811 int tx_length_quirk = (ep->chip->tx_length_quirk && in data_ep_set_params() local
860 if (tx_length_quirk) in data_ep_set_params()
867 if (tx_length_quirk) in data_ep_set_params()
H A Dusbaudio.h40 unsigned int tx_length_quirk:1; /* Put length specifier in transfers */ member
H A Dcard.h144 unsigned int tx_length_quirk:1; /* add length specifier to transfers */ member
H A Dstream.c98 subs->tx_length_quirk = as->chip->tx_length_quirk; in snd_usb_init_substream()
H A Dquirks.c112 chip->tx_length_quirk = 1; in create_standard_audio_quirk()
H A Dpcm.c1855 if (!subs->tx_length_quirk) in prepare_playback_urb()