Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ac97_local.h File Reference

Go to the source code of this file.

Macros

#define snd_ac97_bus_proc_init(ac97_bus_t)   do { } while (0)
 
#define snd_ac97_bus_proc_done(ac97_bus_t)   do { } while (0)
 
#define snd_ac97_proc_init(ac97_t)   do { } while (0)
 
#define snd_ac97_proc_done(ac97_t)   do { } while (0)
 

Functions

void snd_ac97_get_name (struct snd_ac97 *ac97, unsigned int id, char *name, int modem)
 
int snd_ac97_update_bits_nolock (struct snd_ac97 *ac97, unsigned short reg, unsigned short mask, unsigned short value)
 

Macro Definition Documentation

#define snd_ac97_bus_proc_done (   ac97_bus_t)    do { } while (0)

Definition at line 38 of file ac97_local.h.

#define snd_ac97_bus_proc_init (   ac97_bus_t)    do { } while (0)

Definition at line 37 of file ac97_local.h.

#define snd_ac97_proc_done (   ac97_t)    do { } while (0)

Definition at line 40 of file ac97_local.h.

#define snd_ac97_proc_init (   ac97_t)    do { } while (0)

Definition at line 39 of file ac97_local.h.

Function Documentation

void snd_ac97_get_name ( struct snd_ac97 ac97,
unsigned int  id,
char name,
int  modem 
)

Definition at line 1801 of file ac97_codec.c.

int snd_ac97_update_bits_nolock ( struct snd_ac97 ac97,
unsigned short  reg,
unsigned short  mask,
unsigned short  value 
)

Definition at line 405 of file ac97_codec.c.