summaryrefslogtreecommitdiffstats
path: root/polyp/scache.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-02 19:45:02 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-02 19:45:02 +0000
commite10b918009446186c80584273d2e3f5e84a6670b (patch)
tree4cf88c0b8dcbfd200b02e41f8bf0c2e493487179 /polyp/scache.c
parent8705af792b0c95ec94822b1727addb54389db674 (diff)
add support for querying sample ist with esound protocol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@101 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/scache.c')
-rw-r--r--polyp/scache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/scache.c b/polyp/scache.c
index c1505046..f1f7ec5a 100644
--- a/polyp/scache.c
+++ b/polyp/scache.c
@@ -32,6 +32,8 @@ void pa_scache_add_item(struct pa_core *c, const char *name, struct pa_sample_sp
assert(e->name);
}
+ e->volume = 0x100;
+
if (ss)
e->sample_spec = *ss;
else