Home
last modified time | relevance | path

Searched refs:pa_startswith (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dconf-parser.c86 if (pa_startswith(state->lvalue, ".include ")) { in parse_line()
H A Dcompat.h281 #define pa_startswith(s,pfx) (strstr(s, pfx) == s) macro
H A Dacp.c260 if (pa_startswith(*d, impl->ucm.alib_prefix)) { in init_device()
270 if (pa_startswith(*d, "iec958") || in init_device()
271 pa_startswith(*d, "hdmi")) in init_device()
H A Dalsa-util.c715 if (!pa_startswith(d, "plug:") && !pa_startswith(d, "plughw:")) { in pa_alsa_open_by_device_string()
H A Dalsa-ucm.c669 if (pa_startswith(mod_name, "Play")) { in modifier_name_to_role()
672 } else if (pa_startswith(mod_name, "Capture")) in modifier_name_to_role()
1554 if (ucm->alib_prefix && pa_startswith(device_str, ucm->alib_prefix)) in ucm_alsa_mapping_get()
H A Dalsa-mixer.c1958 if (!pa_startswith(section, "Element ")) in pa_alsa_element_get()
1999 if (!pa_startswith(section, "Jack ")) in jack_get()
2031 if (!pa_startswith(section, "Option ")) in option_get()
3858 if (!pa_startswith(name, "Mapping ")) in pa_alsa_mapping_get()
3885 if (!pa_startswith(name, "Profile ")) in profile_get()
3907 if (!pa_startswith(alsa_id, "DecibelFix ")) in decibel_fix_get()