mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
the status handle should be static
This commit is contained in:
parent
57547e8efa
commit
e4e3f0979e
1 changed files with 1 additions and 1 deletions
2
alsa.c
2
alsa.c
|
|
@ -38,7 +38,7 @@ static pthread_mutex_t audio_mutex = PTHREAD_MUTEX_INITIALIZER;
|
|||
|
||||
static snd_pcm_t *handle;
|
||||
static snd_pcm_hw_params_t *params;
|
||||
snd_pcm_status_t *status;
|
||||
static snd_pcm_status_t *status;
|
||||
static int dir = 0;
|
||||
|
||||
static void lock_audio_mutex(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue