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 a…
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 */ in translate_subdevice_to_hwport()
323 static void snd_mtpav_portscan(struct mtpav *chip) // put mtp into smart routing mode in snd_mtpav_portscan()
507 if (inbyte == 0xf5) // MTP port # in snd_mtpav_inmidi_h()
608 sprintf(substream->name, "MTP direct %d", (substream->number % chip->num_ports) + 1); in snd_mtpav_set_name()
610 sprintf(substream->name, "MTP remote %d", (substream->number % chip->num_ports) + 1); in snd_mtpav_set_name()
612 strcpy(substream->name, "MTP computer"); in snd_mtpav_set_name()
614 strcpy(substream->name, "MTP ADAT"); in snd_mtpav_set_name()
616 strcpy(substream->name, "MTP broadcast"); in snd_mtpav_set_name()
653 sprintf(rawmidi->name, "MTP AV MIDI"); in snd_mtpav_get_RAWMIDI()