summaryrefslogtreecommitdiff
path: root/snd-pcxhr/src/pcxhr_mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'snd-pcxhr/src/pcxhr_mixer.h')
-rw-r--r--snd-pcxhr/src/pcxhr_mixer.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/snd-pcxhr/src/pcxhr_mixer.h b/snd-pcxhr/src/pcxhr_mixer.h
new file mode 100644
index 0000000..9c08620
--- /dev/null
+++ b/snd-pcxhr/src/pcxhr_mixer.h
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ * Driver for Digigram pcxhr compatible soundcards
+ *
+ * include file for mixer
+ *
+ * Copyright (c) 2004 by Digigram <alsa@digigram.com>
+ */
+
+#ifndef __SOUND_PCXHR_MIXER_H
+#define __SOUND_PCXHR_MIXER_H
+
+/* exported */
+int pcxhr_create_mixer(struct pcxhr_mgr *mgr);
+
+#endif /* __SOUND_PCXHR_MIXER_H */