mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Rename functions with "tostring" in the name to one with "to_string" to conform with the convention.
component: core <EP-E358F00C1D9A449EAE69225B9D2530F8> BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=88833 Signed-off-by: Deepak Srivastava <srivastava.d@samsung.com>
This commit is contained in:
parent
bb88d90950
commit
2d5eec2d2c
24 changed files with 46 additions and 46 deletions
|
|
@ -4273,7 +4273,7 @@ static int profile_verify(pa_alsa_profile *p) {
|
|||
pa_strbuf_printf(sb, _("%s Input"), m->description);
|
||||
}
|
||||
|
||||
p->description = pa_strbuf_tostring_free(sb);
|
||||
p->description = pa_strbuf_to_string_free(sb);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
@ -4333,7 +4333,7 @@ void pa_alsa_decibel_fix_dump(pa_alsa_decibel_fix *db_fix) {
|
|||
for (i = 0; i < nsteps; ++i)
|
||||
pa_strbuf_printf(buf, "[%li]:%0.2f ", i + db_fix->min_step, db_fix->db_values[i] / 100.0);
|
||||
|
||||
db_values = pa_strbuf_tostring_free(buf);
|
||||
db_values = pa_strbuf_to_string_free(buf);
|
||||
}
|
||||
|
||||
pa_log_debug("Decibel fix %s, min_step=%li, max_step=%li, db_values=%s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue