summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-introspect.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-16 19:55:02 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-16 19:55:02 +0000
commit369a908db761e7f59481000a68bffb476aa6e056 (patch)
tree07334f9da010e6bf10ae5a9982904e8ad7238919 /polyp/polyplib-introspect.h
parentefc3491f1f1ca42cd776f96ccfb006c53717d2e8 (diff)
add sink input/source output support to the native protocol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@126 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-introspect.h')
-rw-r--r--polyp/polyplib-introspect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/polyplib-introspect.h b/polyp/polyplib-introspect.h
index bca752e2..e83ba73b 100644
--- a/polyp/polyplib-introspect.h
+++ b/polyp/polyplib-introspect.h
@@ -93,7 +93,7 @@ struct pa_sink_input_info {
uint32_t index;
const char *name;
uint32_t owner_module;
- uint32_t owner_client;
+ uint32_t client;
uint32_t sink;
struct pa_sample_spec sample_spec;
uint32_t volume;
@@ -107,7 +107,7 @@ struct pa_source_output_info {
uint32_t index;
const char *name;
uint32_t owner_module;
- uint32_t owner_client;
+ uint32_t client;
uint32_t source;
struct pa_sample_spec sample_spec;
};