Home
last modified time | relevance | path

Searched refs:tied_device (Results 1 – 5 of 5) sorted by relevance

/linux/include/sound/
H A Drawmidi.h122 unsigned int tied_device; member
199 r1->tied_device = r2->device + 1; in snd_rawmidi_tie_devices()
200 r2->tied_device = r1->device + 1; in snd_rawmidi_tie_devices()
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h746 int tied_device; /* R: tied rawmidi device (UMP/legacy) */ member
/linux/include/uapi/sound/
H A Dasound.h746 int tied_device; /* R: tied rawmidi device (UMP/legacy) */ member
/linux/Documentation/sound/designs/
H A Dmidi-2.0.rst296 * The legacy rawmidi device number is found in the new `tied_device`
299 `tied_device` field of the legacy rawmidi info, too.
/linux/sound/core/
H A Drawmidi.c640 info->tied_device = rmidi->tied_device; in snd_rawmidi_info()