Lines Matching refs:snd_output_printf
980 …snd_output_printf(out, " Audio %s port bindings:\n", io->pdesc == LADSPA_PORT_INPUT ? "input" :… in snd_pcm_ladspa_dump_direction()
983 snd_output_printf(out, " %i -> NONE\n", idx); in snd_pcm_ladspa_dump_direction()
985 snd_output_printf(out, " %i -> %i\n", idx, io->port_bindings[idx]); in snd_pcm_ladspa_dump_direction()
990 …snd_output_printf(out, " Control %s port initial values:\n", io->pdesc == LADSPA_PORT_INPUT ? "… in snd_pcm_ladspa_dump_direction()
993 …snd_output_printf(out, " %i \"%s\" = %.8f\n", idx, plugin->desc->PortNames[idx], io->controls… in snd_pcm_ladspa_dump_direction()
1015 snd_output_printf(out, "%u", val); in snd_pcm_ladspa_dump_array()
1017 snd_output_printf(out, " \"%s\"", plugin->desc->PortNames[val]); in snd_pcm_ladspa_dump_array()
1027 …snd_output_printf(out, " Policy: %s\n", plugin->policy == SND_PCM_LADSPA_POLICY_NONE ? "none" :… in snd_pcm_ladspa_plugins_dump()
1028 snd_output_printf(out, " Filename: %s\n", plugin->filename); in snd_pcm_ladspa_plugins_dump()
1029 snd_output_printf(out, " Plugin Name: %s\n", plugin->desc->Name); in snd_pcm_ladspa_plugins_dump()
1030 snd_output_printf(out, " Plugin Label: %s\n", plugin->desc->Label); in snd_pcm_ladspa_plugins_dump()
1031 snd_output_printf(out, " Plugin Unique ID: %lu\n", plugin->desc->UniqueID); in snd_pcm_ladspa_plugins_dump()
1032 snd_output_printf(out, " Instances:\n"); in snd_pcm_ladspa_plugins_dump()
1035 snd_output_printf(out, " Depth: %i\n", in->depth); in snd_pcm_ladspa_plugins_dump()
1036 snd_output_printf(out, " InChannels: "); in snd_pcm_ladspa_plugins_dump()
1038 snd_output_printf(out, "\n InPorts: "); in snd_pcm_ladspa_plugins_dump()
1040 snd_output_printf(out, "\n OutChannels: "); in snd_pcm_ladspa_plugins_dump()
1042 snd_output_printf(out, "\n OutPorts: "); in snd_pcm_ladspa_plugins_dump()
1044 snd_output_printf(out, "\n"); in snd_pcm_ladspa_plugins_dump()
1055 snd_output_printf(out, "LADSPA PCM\n"); in snd_pcm_ladspa_dump()
1056 snd_output_printf(out, " Playback:\n"); in snd_pcm_ladspa_dump()
1058 snd_output_printf(out, " Capture:\n"); in snd_pcm_ladspa_dump()
1061 snd_output_printf(out, "Its setup is:\n"); in snd_pcm_ladspa_dump()
1064 snd_output_printf(out, "Slave: "); in snd_pcm_ladspa_dump()