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

#include <pcm_oss.h>

Data Fields

unsigned params: 1
 
unsigned prepare: 1
 
unsigned trigger: 1
 
unsigned sync_trigger: 1
 
int rate
 
int format
 
unsigned int channels
 
unsigned int fragshift
 
unsigned int maxfrags
 
unsigned int subdivision
 
size_t period_bytes
 
size_t period_frames
 
size_t period_ptr
 
unsigned int periods
 
size_t buffer_bytes
 
size_t bytes
 
size_t mmap_bytes
 
charbuffer
 
size_t buffer_used
 
struct mutex params_lock
 
unsigned int prev_hw_ptr_period
 

Detailed Description

Definition at line 39 of file pcm_oss.h.

Field Documentation

Definition at line 57 of file pcm_oss.h.

size_t buffer_bytes

Definition at line 54 of file pcm_oss.h.

size_t buffer_used

Definition at line 58 of file pcm_oss.h.

size_t bytes

Definition at line 55 of file pcm_oss.h.

unsigned int channels

Definition at line 46 of file pcm_oss.h.

Definition at line 45 of file pcm_oss.h.

unsigned int fragshift

Definition at line 47 of file pcm_oss.h.

unsigned int maxfrags

Definition at line 48 of file pcm_oss.h.

size_t mmap_bytes

Definition at line 56 of file pcm_oss.h.

unsigned params

Definition at line 40 of file pcm_oss.h.

struct mutex params_lock

Definition at line 59 of file pcm_oss.h.

size_t period_bytes

Definition at line 50 of file pcm_oss.h.

size_t period_frames

Definition at line 51 of file pcm_oss.h.

size_t period_ptr

Definition at line 52 of file pcm_oss.h.

unsigned int periods

Definition at line 53 of file pcm_oss.h.

unsigned prepare

Definition at line 40 of file pcm_oss.h.

unsigned int prev_hw_ptr_period

Definition at line 64 of file pcm_oss.h.

int rate

Definition at line 44 of file pcm_oss.h.

unsigned int subdivision

Definition at line 49 of file pcm_oss.h.

unsigned sync_trigger

Definition at line 40 of file pcm_oss.h.

unsigned trigger

Definition at line 40 of file pcm_oss.h.


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