Home
last modified time | relevance | path

Searched refs:base_profiles (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c127 char **base_profiles; member
939 if (u->base_profiles[channel]) { in save_profile()
940 pa_xfree(u->base_profiles[channel]); in save_profile()
942 u->base_profiles[channel] = pa_xstrdup(name); in save_profile()
956 pack(u->base_profiles, u->channels, &packed, &packed_length); in save_state()
1009 pa_xfree(u->base_profiles[channel]); in load_profile()
1010 u->base_profiles[channel] = pa_xstrdup(name); in load_profile()
1053 pa_xfree(u->base_profiles[c]); in load_state()
1054 u->base_profiles[c] = names[c]; in load_state()
1193 u->base_profiles in pa__init()
[all...]

Completed in 4 milliseconds