summaryrefslogtreecommitdiffstats
path: root/src/oss.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-02 19:33:16 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-02 19:33:16 +0200
commit9bd62aef042c65427f60473e591e719c51121903 (patch)
treecd54fb52f6cfce0263a88ce42d92fbd61a283222 /src/oss.c
parent290730ffc05735874a584063a838a8a30ce2baca (diff)
add tdb based shared lookup cache
Diffstat (limited to 'src/oss.c')
-rw-r--r--src/oss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oss.c b/src/oss.c
index 351f436..12b4618 100644
--- a/src/oss.c
+++ b/src/oss.c
@@ -429,7 +429,7 @@ int driver_play(ca_context *c, uint32_t id, ca_proplist *proplist, ca_finish_cal
goto finish;
}
- if ((ret = ca_lookup_sound(&out->file, &p->theme, c->props, proplist)) < 0)
+ if ((ret = ca_lookup_sound(&out->file, NULL, &p->theme, c->props, proplist)) < 0)
goto finish;
if ((ret = open_oss(c, out)) < 0)