mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Fix compilation with gcc-4.0
Fixed compilation with gcc-4.0
This commit is contained in:
parent
d36e8f20d4
commit
248d0b285c
1 changed files with 2 additions and 1 deletions
|
|
@ -53,12 +53,13 @@ const char *_snd_module_pcm_dmix = "";
|
|||
*
|
||||
*/
|
||||
|
||||
static int shm_sum_discard(snd_pcm_direct_t *dmix);
|
||||
|
||||
/*
|
||||
* sum ring buffer shared memory area
|
||||
*/
|
||||
static int shm_sum_create_or_connect(snd_pcm_direct_t *dmix)
|
||||
{
|
||||
static int shm_sum_discard(snd_pcm_direct_t *dmix);
|
||||
struct shmid_ds buf;
|
||||
int tmpid, err;
|
||||
size_t size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue