Lines Matching refs:subdevice
93 int card, device, subdevice; member
415 (hw->subdevice << 1) | (pcm->stream & 1), in snd_pcm_hw_change_timer()
422 (hw->subdevice << 1) | (pcm->stream & 1), in snd_pcm_hw_change_timer()
1175 __fill_chmap_ctl_id(id, hw->device, hw->subdevice, pcm->stream); in fill_chmap_ctl_id()
1306 hw->subdevice, pcm->stream); in snd_pcm_hw_query_chmaps()
1428 hw->card, name, hw->device, hw->subdevice); in snd_pcm_hw_dump()
1615 hw->subdevice = info.subdevice; in snd_pcm_hw_open_fd()
1667 int card, int device, int subdevice, in snd_pcm_hw_open() argument
1703 ret = snd_ctl_pcm_prefer_subdevice(ctl, subdevice); in snd_pcm_hw_open()
1719 if (subdevice >= 0) { in snd_pcm_hw_open()
1726 if (info.subdevice != (unsigned int) subdevice) { in snd_pcm_hw_open()
1796 long card = -1, device = 0, subdevice = -1; in _snd_pcm_hw_open() local
1835 err = snd_config_get_integer(n, &subdevice); in _snd_pcm_hw_open()
1904 err = snd_pcm_hw_open(pcmp, name, card, device, subdevice, stream, in _snd_pcm_hw_open()