Lines Matching refs:plug
50 snd_pcm_plugin_t plug;
271 snd_pcm_t *slave = lfloat->plug.gen.slave;
349 snd_pcm_dump(lfloat->plug.gen.slave, out);
395 snd_pcm_plugin_init(&lfloat->plug);
397 lfloat->plug.read = snd_pcm_lfloat_read_areas;
398 lfloat->plug.write = snd_pcm_lfloat_write_areas;
399 lfloat->plug.undo_read = snd_pcm_plugin_undo_read_generic;
400 lfloat->plug.undo_write = snd_pcm_plugin_undo_write_generic;
401 lfloat->plug.gen.slave = slave;
402 lfloat->plug.gen.close_slave = close_slave;
415 snd_pcm_set_hw_ptr(pcm, &lfloat->plug.hw_ptr, -1, 0);
416 snd_pcm_set_appl_ptr(pcm, &lfloat->plug.appl_ptr, -1, 0);