Searched refs:pa_sink_reconfigure (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | sink.h | 453 void pa_sink_reconfigure(pa_sink *s, pa_sample_spec *spec, bool passthrough);
|
D | sink-input.c | 497 … pa_sink_reconfigure(data->sink, &data->sample_spec, pa_sink_input_new_data_is_passthrough(data)); in pa_sink_input_new() 715 pa_sink_reconfigure(i->sink, &i->sample_spec, pa_sink_input_is_passthrough(i)); in sink_input_set_state() 2186 pa_sink_reconfigure(dest, &i->sample_spec, pa_sink_input_is_passthrough(i)); in pa_sink_input_finish_move()
|
D | source.c | 1141 pa_sink_reconfigure(s->monitor_of, &desired_spec, false); in pa_source_reconfigure()
|
D | sink.c | 1482 void pa_sink_reconfigure(pa_sink *s, pa_sample_spec *spec, bool passthrough) { in pa_sink_reconfigure() function
|