Linux Kernel
3.7.1
|
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) |
#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.
Definition at line 1801 of file ac97_codec.c.