Lines Matching full:mtp
33 * RS422 "network" port for ganging multiple MTP's
101 //#define USE_FAKE_MTP // don't actually read/write to MTP device (for debugging without an a…
162 * 0x01 .. 0x08 this MTP's ports 1..8
163 * 0x09 .. 0x10 networked MTP's ports (9..16)
164 * 0x11 networked MTP's computer port
187 return subdev + 1; /* single mtp port */ in translate_subdevice_to_hwport()
339 static void snd_mtpav_portscan(struct mtpav *chip) // put mtp into smart routing mode in snd_mtpav_portscan()
523 if (inbyte == 0xf5) // MTP port # in snd_mtpav_inmidi_h()
624 sprintf(substream->name, "MTP direct %d", (substream->number % chip->num_ports) + 1); in snd_mtpav_set_name()
626 sprintf(substream->name, "MTP remote %d", (substream->number % chip->num_ports) + 1); in snd_mtpav_set_name()
628 strcpy(substream->name, "MTP computer"); in snd_mtpav_set_name()
630 strcpy(substream->name, "MTP ADAT"); in snd_mtpav_set_name()
632 strcpy(substream->name, "MTP broadcast"); in snd_mtpav_set_name()
669 sprintf(rawmidi->name, "MTP AV MIDI"); in snd_mtpav_get_RAWMIDI()