Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c165 static struct wavefront_command wavefront_commands[] = { variable
250 for (i = 0; wavefront_commands[i].cmd != 0; i++) { in wavefront_get_command()
251 if (cmd == wavefront_commands[i].cmd) { in wavefront_get_command()
252 return &wavefront_commands[i]; in wavefront_get_command()