mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05: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
|
|
@ -110,7 +110,7 @@ int pa_module_init(struct pa_core *c, struct pa_module*m) {
|
|||
u->core = c;
|
||||
u->display = NULL;
|
||||
u->x11_sources = NULL;
|
||||
u->scache_item = strdup(pa_modargs_get_value(ma, "sample", "bell"));
|
||||
u->scache_item = strdup(pa_modargs_get_value(ma, "sample", "x11-bell"));
|
||||
assert(u->scache_item);
|
||||
|
||||
if (pa_modargs_get_sink_index(ma, c, &u->sink_index) < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue