Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
atmel-ac97c.h File Reference
#include <linux/dw_dmac.h>

Go to the source code of this file.

Data Structures

struct  ac97c_platform_data
 

Macros

#define AC97C_CAPTURE   0x01
 
#define AC97C_PLAYBACK   0x02
 
#define AC97C_BOTH   (AC97C_CAPTURE | AC97C_PLAYBACK)
 

Macro Definition Documentation

#define AC97C_BOTH   (AC97C_CAPTURE | AC97C_PLAYBACK)

Definition at line 17 of file atmel-ac97c.h.

#define AC97C_CAPTURE   0x01

Definition at line 15 of file atmel-ac97c.h.

#define AC97C_PLAYBACK   0x02

Definition at line 16 of file atmel-ac97c.h.