Takashi Sakamoto | 5955815 | 2015-09-19 11:21:55 +0900 | [diff] [blame^] | 1 | #ifndef SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED |
2 | #define SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED | ||||
3 | |||||
4 | #include "amdtp-stream.h" | ||||
5 | |||||
6 | int amdtp_am824_init(struct amdtp_stream *s, struct fw_unit *unit, | ||||
7 | enum amdtp_stream_direction dir, enum cip_flags flags); | ||||
8 | #endif |