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

/linux-4.1.27/sound/firewire/fireworks/
H A Dfireworks_command.c110 unsigned int buf_bytes, cmd_bytes; efw_transaction() local
133 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; efw_transaction()
135 header->length = cpu_to_be32(cmd_bytes / sizeof(__be32)); efw_transaction()
145 err = snd_efw_transaction_run(efw->unit, buf, cmd_bytes, efw_transaction()

Completed in 56 milliseconds