Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_command.c24 #define KERNEL_SEQNUM_MIN (SND_EFW_TRANSACTION_USER_SEQNUM_MAX + 2) macro
123 if ((efw->seqnum < KERNEL_SEQNUM_MIN) || in efw_transaction()
125 efw->seqnum = KERNEL_SEQNUM_MIN; in efw_transaction()