spa: alsa: mark spa_alsa_silence() static

This commit is contained in:
Barnabás Pőcze 2023-09-16 17:38:51 +02:00
parent 74419e27b4
commit fc72208fa0

View file

@ -1864,7 +1864,7 @@ static int set_timeout(struct state *state, uint64_t time)
return 0;
}
int spa_alsa_silence(struct state *state, snd_pcm_uframes_t silence)
static int spa_alsa_silence(struct state *state, snd_pcm_uframes_t silence)
{
snd_pcm_t *hndl = state->hndl;
const snd_pcm_channel_area_t *my_areas;