Home
last modified time | relevance | path

Searched refs:pa_device_port_set_preferred_profile (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Ddevice-port.h92 void pa_device_port_set_preferred_profile(pa_device_port *p, const char *new_pp);
Dcard.c302pa_device_port_set_preferred_profile(sink->active_port, profile_name_for_dir(c->active_profile, PA… in update_port_preferred_profile()
305pa_device_port_set_preferred_profile(source->active_port, profile_name_for_dir(c->active_profile, … in update_port_preferred_profile()
Ddevice-port.c84 void pa_device_port_set_preferred_profile(pa_device_port *p, const char *new_pp) { in pa_device_port_set_preferred_profile() function
/third_party/pulseaudio/src/modules/
Dmodule-card-restore.c536 pa_device_port_set_preferred_profile(p, p_info->profile); in card_new_hook_callback()