Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
lx6464es.h File Reference
#include <linux/spinlock.h>
#include <linux/atomic.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include "lx_core.h"

Go to the source code of this file.

Data Structures

struct  lx_stream
 
struct  lx6464es
 

Macros

#define LXP   "LX6464ES: "
 

Enumerations

enum  { ES_cmd_free = 0, ES_cmd_processing = 1, ES_read_pending = 2, ES_read_finishing = 3 }
 
enum  lx_stream_status { LX_STREAM_STATUS_FREE, LX_STREAM_STATUS_SCHEDULE_RUN, LX_STREAM_STATUS_RUNNING, LX_STREAM_STATUS_SCHEDULE_STOP }
 

Macro Definition Documentation

#define LXP   "LX6464ES: "

Definition at line 36 of file lx6464es.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
ES_cmd_free 
ES_cmd_processing 
ES_read_pending 
ES_read_finishing 

Definition at line 38 of file lx6464es.h.

Enumerator:
LX_STREAM_STATUS_FREE 
LX_STREAM_STATUS_SCHEDULE_RUN 
LX_STREAM_STATUS_RUNNING 
LX_STREAM_STATUS_SCHEDULE_STOP 

Definition at line 46 of file lx6464es.h.