Home
last modified time | relevance | path

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

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