Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c1094 char *new_description; in sink_input_moving_cb() local
1097 new_description = pa_sprintf_malloc(_("FFT based equalizer on %s"), in sink_input_moving_cb()
1099 pa_sink_set_description(u->sink, new_description); in sink_input_moving_cb()
1100 pa_xfree(new_description); in sink_input_moving_cb()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c3864 char *new_description; in path_set_make_path_descriptions_unique() local
3869 new_description = pa_sprintf_malloc("%s %u", q->description, i); in path_set_make_path_descriptions_unique()
3871 q->description = new_description; in path_set_make_path_descriptions_unique()

Completed in 11 milliseconds