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

Go to the source code of this file.

Data Structures

struct  snd_info_buffer
 
struct  snd_info_entry_text
 
struct  snd_info_entry_ops
 
struct  snd_info_entry
 

Macros

#define SNDRV_INFO_CONTENT_TEXT   0
 
#define SNDRV_INFO_CONTENT_DATA   1
 
#define snd_info_minor_register()   /* NOP */
 
#define snd_info_minor_unregister()   /* NOP */
 
#define snd_seq_root   NULL
 
#define snd_oss_root   NULL
 

Macro Definition Documentation

#define snd_info_minor_register ( )    /* NOP */

Definition at line 97 of file info.h.

#define snd_info_minor_unregister ( )    /* NOP */

Definition at line 98 of file info.h.

#define snd_oss_root   NULL

Definition at line 154 of file info.h.

#define snd_seq_root   NULL

Definition at line 153 of file info.h.

#define SNDRV_INFO_CONTENT_DATA   1

Definition at line 38 of file info.h.

#define SNDRV_INFO_CONTENT_TEXT   0

Definition at line 37 of file info.h.