Lines Matching defs:source
45 #include <pulsecore/source-output.h>
1360 /* Ignore this source output if it is connecting a filter source to
1365 if (!(name = pa_proplist_get_stream_group(source_output->proplist, "source-output", IDENTIFICATION_PROPERTY)))
1627 if (!(name = pa_proplist_get_stream_group(new_data->proplist, "source-output", IDENTIFICATION_PROPERTY)))
1630 if (new_data->source)
1633 pa_log_debug("Not restoring device for stream %s, because it connects a filter to the master source.", name);
1676 if (!(name = pa_proplist_get_stream_group(new_data->proplist, "source-output", IDENTIFICATION_PROPERTY)))
1680 pa_log_debug("Not restoring volume for source output %s, because it connects a filter to the master source.", name);
1688 pa_log_debug("Not restoring volume for source output %s, because its volume can't be changed.", name);
1690 pa_log_debug("Not restoring volume for source output %s, because already set.", name);
1694 pa_log_info("Restoring volume for source output %s.", name);
1708 pa_log_info("Restoring mute state for source output %s.", name);
1712 pa_log_debug("Not restoring mute state for source output %s, because already set.", name);
1725 pa_source *source;
1732 if (!(name = pa_proplist_get_stream_group(source_output->proplist, "source-output", IDENTIFICATION_PROPERTY)))
1735 if (source_output->preferred_source && (source = pa_namereg_get(c, source_output->preferred_source, PA_NAMEREG_SOURCE)) && source->card)
1736 card_name = source->card->name;
1875 if (!(n = pa_proplist_get_stream_group(so->proplist, "source-output", IDENTIFICATION_PROPERTY)))
1888 pa_log_info("Restoring volume for source output %s.", name);
1894 pa_log_info("Restoring mute state for source output %s.", name);
1904 removed the source element from the rule. */
2092 * to source, default_source and preferred_source.