Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/
H A Dcard.h162 unsigned int tx_length_quirk:1; /* add length specifier to transfers */ member
H A Dendpoint.c1100 int tx_length_quirk = (has_tx_length_quirk(chip) && in data_ep_set_params() local
1152 if (tx_length_quirk) in data_ep_set_params()
1159 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.c1564 if (!subs->tx_length_quirk) in prepare_playback_urb()