Lines Matching refs:plug
101 snd_pcm_plugin_t plug;
550 snd_pcm_t *slave = route->plug.gen.slave;
598 snd_pcm_t *slave = route->plug.gen.slave;
620 snd_pcm_t *slave = route->plug.gen.slave;
723 snd_pcm_dump(route->plug.gen.slave, out);
896 current = snd_pcm_get_chmap(route->plug.gen.slave);
908 return snd_pcm_set_chmap(route->plug.gen.slave, route->chmap);
1035 snd_pcm_plugin_init(&route->plug);
1038 route->plug.read = snd_pcm_route_read_areas;
1039 route->plug.write = snd_pcm_route_write_areas;
1040 route->plug.undo_read = snd_pcm_plugin_undo_read_generic;
1041 route->plug.undo_write = snd_pcm_plugin_undo_write_generic;
1042 route->plug.gen.slave = slave;
1043 route->plug.gen.close_slave = close_slave;
1044 route->plug.init = route_chmap_init;
1057 snd_pcm_set_hw_ptr(pcm, &route->plug.hw_ptr, -1, 0);
1058 snd_pcm_set_appl_ptr(pcm, &route->plug.appl_ptr, -1, 0);