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

#include <hwdep.h>

Data Fields

struct snd_cardcard
 
struct list_head list
 
int device
 
char id [32]
 
char name [80]
 
int iface
 
struct snd_hwdep_ops ops
 
wait_queue_head_t open_wait
 
voidprivate_data
 
void(* private_free )(struct snd_hwdep *hwdep)
 
struct mutex open_mutex
 
int used
 
unsigned int dsp_loaded
 
unsigned int exclusive:1
 

Detailed Description

Definition at line 54 of file hwdep.h.

Field Documentation

Definition at line 55 of file hwdep.h.

Definition at line 57 of file hwdep.h.

unsigned int dsp_loaded

Definition at line 75 of file hwdep.h.

unsigned int exclusive

Definition at line 76 of file hwdep.h.

char id[32]

Definition at line 58 of file hwdep.h.

int iface

Definition at line 60 of file hwdep.h.

Definition at line 56 of file hwdep.h.

char name[80]

Definition at line 59 of file hwdep.h.

struct mutex open_mutex

Definition at line 73 of file hwdep.h.

wait_queue_head_t open_wait

Definition at line 69 of file hwdep.h.

Definition at line 68 of file hwdep.h.

void* private_data

Definition at line 70 of file hwdep.h.

void(* private_free)(struct snd_hwdep *hwdep)

Definition at line 71 of file hwdep.h.

int used

Definition at line 74 of file hwdep.h.


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