summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/source.h')
-rw-r--r--src/pulsecore/source.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
index 6255c115..878ae34d 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.h
@@ -61,6 +61,8 @@ struct pa_source {
pa_cvolume hw_volume, sw_volume;
int hw_muted, sw_muted;
+
+ int is_hardware;
void (*notify)(pa_source*source);
pa_usec_t (*get_latency)(pa_source *s);