mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
echo-cancel: Mark private function as static
This commit is contained in:
parent
0c86543c51
commit
6431636fe1
1 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ static int routing_mode_from_string(const char *rmode) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
void pa_webrtc_ec_fixate_spec(pa_sample_spec *rec_ss, pa_channel_map *rec_map,
|
||||
static void pa_webrtc_ec_fixate_spec(pa_sample_spec *rec_ss, pa_channel_map *rec_map,
|
||||
pa_sample_spec *play_ss, pa_channel_map *play_map,
|
||||
pa_sample_spec *out_ss, pa_channel_map *out_map)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue