diff options
Diffstat (limited to 'sound/firewire/bebob/bebob.h')
-rw-r--r-- | sound/firewire/bebob/bebob.h | 3 |
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); | |||
171 | void snd_bebob_stream_update_duplex(struct snd_bebob *bebob); | 172 | void snd_bebob_stream_update_duplex(struct snd_bebob *bebob); |
172 | void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob); | 173 | void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob); |
173 | 174 | ||
175 | void 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 | \ |