summaryrefslogtreecommitdiff
path: root/src/control/control_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/control_hw.c')
-rw-r--r--src/control/control_hw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/control_hw.c b/src/control/control_hw.c
index 627a5e5e..72b65d68 100644
--- a/src/control/control_hw.c
+++ b/src/control/control_hw.c
@@ -38,6 +38,7 @@ const char *_snd_module_control_hw = "";
#define F_SETSIG 10
#endif
+#ifndef DOC_HIDDEN
#define SNDRV_FILE_CONTROL "/dev/snd/controlC%i"
#define SNDRV_CTL_VERSION_MAX SNDRV_PROTOCOL_VERSION(2, 0, 3)
@@ -45,6 +46,7 @@ typedef struct {
int card;
int fd;
} snd_ctl_hw_t;
+#endif /* DOC_HIDDEN */
static int snd_ctl_hw_close(snd_ctl_t *handle)
{