Lines Matching refs:plug
42 snd_pcm_plugin_t plug;
296 snd_pcm_t *slave = ext->plug.gen.slave;
327 snd_pcm_hw_free(ext->plug.gen.slave);
406 snd_pcm_dump(ext->plug.gen.slave, out);
422 snd_pcm_close(ext->plug.gen.slave);
713 snd_pcm_plugin_init(&ext->plug);
714 ext->plug.read = snd_pcm_extplug_read_areas;
715 ext->plug.write = snd_pcm_extplug_write_areas;
716 ext->plug.undo_read = snd_pcm_plugin_undo_read_generic;
717 ext->plug.undo_write = snd_pcm_plugin_undo_write_generic;
718 ext->plug.gen.slave = spcm;
719 ext->plug.gen.close_slave = 1;
721 ext->plug.init = snd_pcm_extplug_init;
736 snd_pcm_set_hw_ptr(pcm, &ext->plug.hw_ptr, -1, 0);
737 snd_pcm_set_appl_ptr(pcm, &ext->plug.appl_ptr, -1, 0);