Lines Matching defs:device
14 * MIDI device arbitrary.
15 * Also, multiple access is allowed to a single rawmidi device.
25 * % aconnect 72:0 65:0 # output device redirection 72:0 -> 65:0
27 * - Run application using a midi device (eg. /dev/snd/midiC1D0)
46 MODULE_SUPPORTED_DEVICE("{{ALSA,Virtual rawmidi device}}");
154 struct platform_device *device;
158 device = platform_device_register_simple(SND_VIRMIDI_DRIVER,
160 if (IS_ERR(device))
162 if (!platform_get_drvdata(device)) {
163 platform_device_unregister(device);
166 devices[i] = device;
171 printk(KERN_ERR "Card-VirMIDI soundcard not found or device busy\n");