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

/linux-master/sound/usb/bcd2000/
H A Dbcd2000.c28 static const unsigned char device_cmd_prefix[] = {0x03, 0x00}; variable
131 BUILD_BUG_ON(sizeof(device_cmd_prefix) >= BUFSIZE);
138 memcpy(bcd2k->midi_out_buf, device_cmd_prefix,
139 sizeof(device_cmd_prefix));

Completed in 101 milliseconds