Lines Matching full:mtp
19 * RS422 "network" port for ganging multiple MTP's
85 //#define USE_FAKE_MTP // don't actually read/write to MTP device (for debugging without an actual unit) (does not work yet)
146 * 0x01 .. 0x08 this MTP's ports 1..8
147 * 0x09 .. 0x10 networked MTP's ports (9..16)
148 * 0x11 networked MTP's computer port
171 return subdev + 1; /* single mtp port */
317 static void snd_mtpav_portscan(struct mtpav *chip) // put mtp into smart routing mode
487 if (inbyte == 0xf5) // MTP port #
588 sprintf(substream->name, "MTP direct %d", (substream->number % chip->num_ports) + 1);
590 sprintf(substream->name, "MTP remote %d", (substream->number % chip->num_ports) + 1);
592 strscpy(substream->name, "MTP computer");
594 strscpy(substream->name, "MTP ADAT");
596 strscpy(substream->name, "MTP broadcast");
634 sprintf(rawmidi->name, "MTP AV MIDI");