|
@@ -1,6 +1,8 @@
|
|
#ifndef SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED
|
|
#ifndef SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED
|
|
#define SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED
|
|
#define SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED
|
|
|
|
|
|
|
|
+#include <sound/pcm.h>
|
|
|
|
+
|
|
#include "amdtp-stream.h"
|
|
#include "amdtp-stream.h"
|
|
|
|
|
|
int amdtp_am824_set_parameters(struct amdtp_stream *s, unsigned int rate,
|
|
int amdtp_am824_set_parameters(struct amdtp_stream *s, unsigned int rate,
|
|
@@ -8,6 +10,9 @@ int amdtp_am824_set_parameters(struct amdtp_stream *s, unsigned int rate,
|
|
unsigned int midi_ports,
|
|
unsigned int midi_ports,
|
|
bool double_pcm_frames);
|
|
bool double_pcm_frames);
|
|
|
|
|
|
|
|
+int amdtp_am824_add_pcm_hw_constraints(struct amdtp_stream *s,
|
|
|
|
+ struct snd_pcm_runtime *runtime);
|
|
|
|
+
|
|
int amdtp_am824_init(struct amdtp_stream *s, struct fw_unit *unit,
|
|
int amdtp_am824_init(struct amdtp_stream *s, struct fw_unit *unit,
|
|
enum amdtp_stream_direction dir, enum cip_flags flags);
|
|
enum amdtp_stream_direction dir, enum cip_flags flags);
|
|
#endif
|
|
#endif
|