aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/bebob.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/bebob/bebob.h')
-rw-r--r--sound/firewire/bebob/bebob.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/firewire/bebob/bebob.h b/sound/firewire/bebob/bebob.h
index 031ca78096d2..1247cca04f63 100644
--- a/sound/firewire/bebob/bebob.h
+++ b/sound/firewire/bebob/bebob.h
@@ -20,6 +20,7 @@
20 20
21#include <sound/core.h> 21#include <sound/core.h>
22#include <sound/initval.h> 22#include <sound/initval.h>
23#include <sound/info.h>
23 24
24#include "../lib.h" 25#include "../lib.h"
25#include "../fcp.h" 26#include "../fcp.h"
@@ -171,6 +172,8 @@ void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob);
171void snd_bebob_stream_update_duplex(struct snd_bebob *bebob); 172void snd_bebob_stream_update_duplex(struct snd_bebob *bebob);
172void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob); 173void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob);
173 174
175void snd_bebob_proc_init(struct snd_bebob *bebob);
176
174#define SND_BEBOB_DEV_ENTRY(vendor, model) \ 177#define SND_BEBOB_DEV_ENTRY(vendor, model) \
175{ \ 178{ \
176 .match_flags = IEEE1394_MATCH_VENDOR_ID | \ 179 .match_flags = IEEE1394_MATCH_VENDOR_ID | \