mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
context: pa_context_get_tile_size: constify
This commit is contained in:
parent
351731c697
commit
4e3a080d76
2 changed files with 2 additions and 2 deletions
|
|
@ -1621,7 +1621,7 @@ void pa_context_rttime_restart(const pa_context *c, pa_time_event *e, pa_usec_t
|
|||
}
|
||||
}
|
||||
|
||||
size_t pa_context_get_tile_size(pa_context *c, const pa_sample_spec *ss) {
|
||||
size_t pa_context_get_tile_size(const pa_context *c, const pa_sample_spec *ss) {
|
||||
size_t fs, mbs;
|
||||
|
||||
pa_assert(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue