summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core.h b/src/core.h
index 13374e40..ee5bfc41 100644
--- a/src/core.h
+++ b/src/core.h
@@ -4,6 +4,7 @@
#include "idxset.h"
#include "hashmap.h"
#include "mainloop-api.h"
+#include "sample.h"
struct pa_core {
struct pa_mainloop_api *mainloop;
@@ -13,6 +14,8 @@ struct pa_core {
struct pa_hashmap *namereg;
uint32_t default_source_index, default_sink_index;
+
+ struct pa_sample_spec default_sample_spec;
};
struct pa_core* pa_core_new(struct pa_mainloop_api *m);