diff options
Diffstat (limited to 'sys/oss/gstosselement.h')
-rw-r--r-- | sys/oss/gstosselement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/oss/gstosselement.h b/sys/oss/gstosselement.h index 1c81270b..3ce84a2c 100644 --- a/sys/oss/gstosselement.h +++ b/sys/oss/gstosselement.h @@ -54,6 +54,7 @@ typedef enum { typedef struct _GstOssDeviceCombination { gchar *dsp, *mixer; + dev_t dev; } GstOssDeviceCombination; struct _GstOssElement |