summaryrefslogtreecommitdiffstats
path: root/polyp/scache.h
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.h
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.h')
-rw-r--r--polyp/scache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/scache.h b/polyp/scache.h
index 73759b81..a1454cea 100644
--- a/polyp/scache.h
+++ b/polyp/scache.h
@@ -8,6 +8,7 @@
struct pa_scache_entry {
uint32_t index;
char *name;
+ uint32_t volume;
struct pa_sample_spec sample_spec;
struct pa_memchunk memchunk;
};