Linux Kernel
3.7.1
|
#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 } |
#define LXP "LX6464ES: " |
Definition at line 36 of file lx6464es.h.
anonymous enum |
Definition at line 38 of file lx6464es.h.
enum lx_stream_status |
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.