Lines Matching defs:device
46 int card, device, subdevice;
316 const char *name, int card, int device, int subdevice,
342 sprintf(filename, SNDRV_FILE_UMP_RAWMIDI, card, device);
344 sprintf(filename, SNDRV_FILE_RAWMIDI, card, device);
427 hw->device = device;
480 long card = -1, device = 0, subdevice = -1;
496 if (strcmp(id, "device") == 0) {
497 err = snd_config_get_integer(n, &device);
512 return snd_rawmidi_hw_open(inputp, outputp, name, card, device, subdevice, mode);