mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: alsa: mark spa_alsa_silence() static
This commit is contained in:
parent
74419e27b4
commit
fc72208fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue