Lines Matching refs:subdevice
70 returns the PCM subdevice number from the private_data node.
1050 * \c device and (optionally) \c subdevice.
1060 subdevice 0 # optional
1070 long card, device, subdevice = 0;
1091 if (snd_config_search(src, "subdevice", &n) >= 0) {
1094 SNDERR("error evaluating subdevice");
1097 err = snd_config_get_integer(n, &subdevice);
1099 SNDERR("field subdevice is not an integer");
1109 snd_pcm_info_set_subdevice(&info, subdevice);
1242 * \brief Returns the PCM subdevice from \c private_data.