Linux Kernel
3.7.1
|
#include <amdtp.h>
Data Fields | |
struct fw_unit * | unit |
enum cip_out_flags | flags |
struct fw_iso_context * | context |
struct mutex | mutex |
enum cip_sfc | sfc |
unsigned int | data_block_quadlets |
unsigned int | pcm_channels |
unsigned int | midi_ports |
void(* | transfer_samples )(struct amdtp_out_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int frames) |
unsigned int | syt_interval |
unsigned int | source_node_id_field |
struct iso_packets_buffer | buffer |
struct snd_pcm_substream * | pcm |
struct tasklet_struct | period_tasklet |
int | packet_index |
unsigned int | data_block_counter |
unsigned int | data_block_state |
unsigned int | last_syt_offset |
unsigned int | syt_offset_state |
unsigned int | pcm_buffer_pointer |
unsigned int | pcm_period_pointer |
bool | pointer_flush |
enum cip_out_flags flags |
struct snd_pcm_substream* pcm |
struct tasklet_struct period_tasklet |
void(* transfer_samples)(struct amdtp_out_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int frames) |