summaryrefslogtreecommitdiff
path: root/sound/firewire/amdtp-am824.h
blob: cfc0d61e0db40da10f4752a8af89b6b7030a07b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED
#define SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED

#include "amdtp-stream.h"

int amdtp_am824_set_parameters(struct amdtp_stream *s, unsigned int rate,
			       unsigned int pcm_channels,
			       unsigned int midi_ports,
			       bool double_pcm_frames);

int amdtp_am824_init(struct amdtp_stream *s, struct fw_unit *unit,
		     enum amdtp_stream_direction dir, enum cip_flags flags);
#endif