Lines Matching defs:device
93 int card, device, subdevice;
442 hw->card, hw->device,
449 hw->card, hw->device,
1112 /* read appl_ptr and avail_min from kernel when device opened
1260 __fill_chmap_ctl_id(id, hw->device, hw->subdevice, pcm->stream);
1272 * \param dev the PCM device number
1278 * device, substream and stream numbers instead of the already opened
1390 map = snd_pcm_query_chmaps_from_hw(hw->card, hw->device,
1512 snd_output_printf(out, "Hardware PCM card %d '%s' device %d subdevice %d\n",
1513 hw->card, name, hw->device, hw->subdevice);
1699 hw->device = info.device;
1740 * \param device Number of device
1752 int card, int device, int subdevice,
1781 sprintf(filename, filefmt, card, device);
1834 The nonblock option specifies whether the device is opened in a non-blocking
1837 opening the device. If you would like to keep the compatibility with the
1844 [device INT] # Device number (default 0)
1883 long card = -1, device = 0, subdevice = -1;
1913 if (strcmp(id, "device") == 0) {
1914 err = snd_config_get_integer(n, &device);
2051 err = snd_pcm_hw_open(pcmp, name, card, device, subdevice, stream,