Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
snd_rawmidi Struct Reference

#include <rawmidi.h>

Data Fields

struct snd_cardcard
 
struct list_head list
 
unsigned int device
 
unsigned int info_flags
 
char id [64]
 
char name [80]
 
struct snd_rawmidi_global_opsops
 
struct snd_rawmidi_str streams [2]
 
voidprivate_data
 
void(* private_free )(struct snd_rawmidi *rmidi)
 
struct mutex open_mutex
 
wait_queue_head_t open_wait
 
struct snd_info_entrydev
 
struct snd_info_entryproc_entry
 

Detailed Description

Definition at line 120 of file rawmidi.h.

Field Documentation

Definition at line 121 of file rawmidi.h.

Definition at line 142 of file rawmidi.h.

unsigned int device

Definition at line 123 of file rawmidi.h.

char id[64]

Definition at line 125 of file rawmidi.h.

unsigned int info_flags

Definition at line 124 of file rawmidi.h.

Definition at line 122 of file rawmidi.h.

char name[80]

Definition at line 126 of file rawmidi.h.

struct mutex open_mutex

Definition at line 139 of file rawmidi.h.

wait_queue_head_t open_wait

Definition at line 140 of file rawmidi.h.

Definition at line 132 of file rawmidi.h.

void* private_data

Definition at line 136 of file rawmidi.h.

void(* private_free)(struct snd_rawmidi *rmidi)

Definition at line 137 of file rawmidi.h.

struct snd_info_entry* proc_entry

Definition at line 143 of file rawmidi.h.

struct snd_rawmidi_str streams[2]

Definition at line 134 of file rawmidi.h.


The documentation for this struct was generated from the following file: