summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/namereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/namereg.h')
-rw-r--r--src/pulsecore/namereg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulsecore/namereg.h b/src/pulsecore/namereg.h
index f4581006..8ce548a7 100644
--- a/src/pulsecore/namereg.h
+++ b/src/pulsecore/namereg.h
@@ -30,7 +30,8 @@
typedef enum pa_namereg_type {
PA_NAMEREG_SINK,
PA_NAMEREG_SOURCE,
- PA_NAMEREG_SAMPLE
+ PA_NAMEREG_SAMPLE,
+ PA_NAMEREG_CARD
} pa_namereg_type_t;
void pa_namereg_free(pa_core *c);