mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
use C99 initializers for all audio/*
Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
1dd3e4d13d
commit
1a40d5e235
8 changed files with 56 additions and 53 deletions
|
@ -38,11 +38,8 @@ static struct {
|
|||
char *sink;
|
||||
char *source;
|
||||
} conf = {
|
||||
1024,
|
||||
2,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
.samples = 1024,
|
||||
.divisor = 2,
|
||||
};
|
||||
|
||||
static void GCC_FMT_ATTR (2, 3) qpa_logerr (int err, const char *fmt, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue