Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/korg1212/
Dkorg1212.c152 #define COMMAND_ACK_MASK 0x8000 // the MSB is set in the command acknowledgment from macro
547 if (mailBox3Lo & COMMAND_ACK_MASK) { in snd_korg1212_Send1212Command()