Lines Matching refs:subdevice
93 int card, device, subdevice;
443 (hw->subdevice << 1) | (pcm->stream & 1),
450 (hw->subdevice << 1) | (pcm->stream & 1),
1260 __fill_chmap_ctl_id(id, hw->device, hw->subdevice, pcm->stream);
1391 hw->subdevice, pcm->stream);
1512 snd_output_printf(out, "Hardware PCM card %d '%s' device %d subdevice %d\n",
1513 hw->card, name, hw->device, hw->subdevice);
1700 hw->subdevice = info.subdevice;
1741 * \param subdevice Number of subdevice
1752 int card, int device, int subdevice,
1788 ret = snd_ctl_pcm_prefer_subdevice(ctl, subdevice);
1804 if (subdevice >= 0) {
1811 if (info.subdevice != (unsigned int) subdevice) {
1845 [subdevice INT] # Subdevice number (default -1: first available)
1883 long card = -1, device = 0, subdevice = -1;
1921 if (strcmp(id, "subdevice") == 0) {
1922 err = snd_config_get_integer(n, &subdevice);
2051 err = snd_pcm_hw_open(pcmp, name, card, device, subdevice, stream,