• Home
  • Raw
  • Download

Lines Matching refs:req_slave

49 	snd_pcm_t *req_slave;  member
71 assert(plug->gen.slave == plug->req_slave); in snd_pcm_plug_close()
73 snd_pcm_unlink_hw_ptr(pcm, plug->req_slave); in snd_pcm_plug_close()
74 snd_pcm_unlink_appl_ptr(pcm, plug->req_slave); in snd_pcm_plug_close()
75 err = snd_pcm_close(plug->req_slave); in snd_pcm_plug_close()
86 snd_pcm_t *slave = plug->req_slave; in snd_pcm_plug_info()
349 snd_pcm_t *slave = plug->req_slave; in snd_pcm_plug_clear()
379 plug->gen.slave, plug->gen.slave != plug->req_slave); in snd_pcm_plug_change_rate()
482 …annels, ttable, tt_ssize, tt_cused, tt_sused, plug->gen.slave, plug->gen.slave != plug->req_slave); in snd_pcm_plug_change_channels()
579 err = f(new, NULL, slv->format, plug->gen.slave, plug->gen.slave != plug->req_slave); in snd_pcm_plug_change_format()
593 err = snd_pcm_copy_open(new, NULL, plug->gen.slave, plug->gen.slave != plug->req_slave); in snd_pcm_plug_change_access()
621 plug->gen.slave != plug->req_slave); in snd_pcm_plug_change_mmap()
730 err = snd_pcm_hw_refine(plug->req_slave, sparams); in snd_pcm_plug_hw_refine_sprepare()
787 snd_pcm_t *slave = plug->req_slave; in snd_pcm_plug_hw_refine_schange()
992 return snd_pcm_hw_refine(plug->req_slave, params); in snd_pcm_plug_hw_refine_slave()
1008 snd_pcm_t *slave = plug->req_slave; in snd_pcm_plug_hw_params()
1049 snd_pcm_unlink_hw_ptr(pcm, plug->req_slave); in snd_pcm_plug_hw_params()
1050 snd_pcm_unlink_appl_ptr(pcm, plug->req_slave); in snd_pcm_plug_hw_params()
1126 plug->gen.slave = plug->req_slave = slave; in snd_pcm_plug_open()