mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
sample cache work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@102 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e10b918009
commit
24291aff27
27 changed files with 835 additions and 251 deletions
|
|
@ -41,7 +41,7 @@ struct pa_sink* pa_sink_new(struct pa_core *core, const char *name, int fail, co
|
|||
char *n = NULL;
|
||||
char st[256];
|
||||
int r;
|
||||
assert(core && name && spec);
|
||||
assert(core && name && *name && spec);
|
||||
|
||||
s = malloc(sizeof(struct pa_sink));
|
||||
assert(s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue