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

/linux-master/sound/usb/
H A Dcard.h162 unsigned int tx_length_quirk:1; /* add length specifier to transfers */ member in struct:snd_usb_substream
H A Dendpoint.c290 /* For tx_length_quirk, put packet length at start of packet */
1100 int tx_length_quirk = (has_tx_length_quirk(chip) && local
1152 if (tx_length_quirk)
1159 if (tx_length_quirk)
H A Dstream.c93 subs->tx_length_quirk = !!(as->chip->quirk_flags & QUIRK_FLAG_TX_LENGTH);
H A Dpcm.c1564 if (!subs->tx_length_quirk)

Completed in 163 milliseconds