Home
last modified time | relevance | path

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

/sound/core/
A Dump_convert.c283 if (cvt->cmd_bytes > 1) in cvt_legacy_system_to_ump()
285 if (cvt->cmd_bytes > 2) in cvt_legacy_system_to_ump()
450 static unsigned char cmd_bytes[8] = { in do_convert_to_ump() local
480 cvt->cmd_bytes = bytes; in do_convert_to_ump()
486 bytes = cmd_bytes[(c >> 4) & 7]; in do_convert_to_ump()
489 cvt->cmd_bytes = bytes; in do_convert_to_ump()
505 if (cvt->len < cvt->cmd_bytes) in do_convert_to_ump()
510 return cvt_legacy_cmd_to_ump(cvt, group, protocol, data, cvt->cmd_bytes); in do_convert_to_ump()
/sound/firewire/fireworks/
A Dfireworks_command.c109 unsigned int buf_bytes, cmd_bytes; in efw_transaction() local
132 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; in efw_transaction()
134 header->length = cpu_to_be32(cmd_bytes / sizeof(__be32)); in efw_transaction()
144 err = snd_efw_transaction_run(efw->unit, buf, cmd_bytes, in efw_transaction()

Completed in 12 milliseconds