mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05: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
|
|
@ -411,7 +411,7 @@ static int ca_device_create_sink(pa_module *m, AudioBuffer *buf, int channel_idx
|
|||
pa_strbuf_puts(strbuf, tmp);
|
||||
}
|
||||
|
||||
ca_sink->name = pa_strbuf_tostring_free(strbuf);
|
||||
ca_sink->name = pa_strbuf_to_string_free(strbuf);
|
||||
|
||||
pa_log_debug("Stream name is >%s<", ca_sink->name);
|
||||
|
||||
|
|
@ -529,7 +529,7 @@ static int ca_device_create_source(pa_module *m, AudioBuffer *buf, int channel_i
|
|||
pa_strbuf_puts(strbuf, tmp);
|
||||
}
|
||||
|
||||
ca_source->name = pa_strbuf_tostring_free(strbuf);
|
||||
ca_source->name = pa_strbuf_to_string_free(strbuf);
|
||||
|
||||
pa_log_debug("Stream name is >%s<", ca_source->name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue