Lines Matching full:mtp
19 * RS422 "network" port for ganging multiple MTP's
84 //#define USE_FAKE_MTP // don't actually read/write to MTP device (for debugging without an a…
145 * 0x01 .. 0x08 this MTP's ports 1..8
146 * 0x09 .. 0x10 networked MTP's ports (9..16)
147 * 0x11 networked MTP's computer port
170 return subdev + 1; /* single mtp port */ in translate_subdevice_to_hwport()
322 static void snd_mtpav_portscan(struct mtpav *chip) // put mtp into smart routing mode in snd_mtpav_portscan()
506 if (inbyte == 0xf5) // MTP port # in snd_mtpav_inmidi_h()
610 sprintf(substream->name, "MTP direct %d", (substream->number % chip->num_ports) + 1); in snd_mtpav_set_name()
612 sprintf(substream->name, "MTP remote %d", (substream->number % chip->num_ports) + 1); in snd_mtpav_set_name()
614 strcpy(substream->name, "MTP computer"); in snd_mtpav_set_name()
616 strcpy(substream->name, "MTP ADAT"); in snd_mtpav_set_name()
618 strcpy(substream->name, "MTP broadcast"); in snd_mtpav_set_name()
656 sprintf(rawmidi->name, "MTP AV MIDI"); in snd_mtpav_get_RAWMIDI()