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

#include <pcm.h>

Data Fields

struct snd_cardcard
 
struct list_head list
 
int device
 
unsigned int info_flags
 
unsigned short dev_class
 
unsigned short dev_subclass
 
char id [64]
 
char name [80]
 
struct snd_pcm_str streams [2]
 
struct mutex open_mutex
 
wait_queue_head_t open_wait
 
voidprivate_data
 
void(* private_free )(struct snd_pcm *pcm)
 
struct devicedev
 
bool internal
 

Detailed Description

Definition at line 443 of file pcm.h.

Field Documentation

Definition at line 444 of file pcm.h.

struct device* dev

Definition at line 457 of file pcm.h.

unsigned short dev_class

Definition at line 448 of file pcm.h.

unsigned short dev_subclass

Definition at line 449 of file pcm.h.

Definition at line 446 of file pcm.h.

char id[64]

Definition at line 450 of file pcm.h.

unsigned int info_flags

Definition at line 447 of file pcm.h.

bool internal

Definition at line 458 of file pcm.h.

Definition at line 445 of file pcm.h.

char name[80]

Definition at line 451 of file pcm.h.

struct mutex open_mutex

Definition at line 453 of file pcm.h.

wait_queue_head_t open_wait

Definition at line 454 of file pcm.h.

void* private_data

Definition at line 455 of file pcm.h.

void(* private_free)(struct snd_pcm *pcm)

Definition at line 456 of file pcm.h.

struct snd_pcm_str streams[2]

Definition at line 452 of file pcm.h.


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