Lines Matching defs:device
1045 * \brief Returns the pcm identification of a device.
1050 * \c device and (optionally) \c subdevice.
1059 device 0
1070 long card, device, subdevice = 0;
1076 err = snd_config_search(src, "device", &n);
1078 SNDERR("field device not found");
1083 SNDERR("error evaluating device");
1086 err = snd_config_get_integer(n, &device);
1088 SNDERR("field device is not an integer");
1108 snd_pcm_info_set_device(&info, device);
1129 * \brief Returns the pcm card and device arguments (in form CARD=N,DEV=M)