Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dcard.h163 unsigned int tx_length_quirk:1; /* add length specifier to transfers */ member
H A Dendpoint.c290 /* For tx_length_quirk, put packet length at start of packet */ in prepare_silent_urb()
1118 int tx_length_quirk = (has_tx_length_quirk(chip) && in data_ep_set_params() local
1170 if (tx_length_quirk) in data_ep_set_params()
1177 if (tx_length_quirk) in data_ep_set_params()
H A Dstream.c93 subs->tx_length_quirk = !!(as->chip->quirk_flags & QUIRK_FLAG_TX_LENGTH); in snd_usb_init_substream()
H A Dpcm.c1619 if (!subs->tx_length_quirk) in prepare_playback_urb()