Linux Kernel
3.7.1
|
#include <ac97_codec.h>
Data Fields | |
struct snd_ac97_bus_ops * | ops |
void * | private_data |
void(* | private_free )(struct snd_ac97_bus *bus) |
struct snd_card * | card |
unsigned short | num |
unsigned short | no_vra: 1 |
unsigned short | dra: 1 |
unsigned short | isdin: 1 |
unsigned int | clock |
spinlock_t | bus_lock |
unsigned short | used_slots [2][4] |
unsigned short | pcms_count |
struct ac97_pcm * | pcms |
struct snd_ac97 * | codec [4] |
struct snd_info_entry * | proc |
Definition at line 448 of file ac97_codec.h.
spinlock_t bus_lock |
Definition at line 460 of file ac97_codec.h.
Definition at line 454 of file ac97_codec.h.
unsigned int clock |
Definition at line 459 of file ac97_codec.h.
Definition at line 464 of file ac97_codec.h.
unsigned short dra |
Definition at line 456 of file ac97_codec.h.
unsigned short isdin |
Definition at line 456 of file ac97_codec.h.
unsigned short no_vra |
Definition at line 456 of file ac97_codec.h.
unsigned short num |
Definition at line 455 of file ac97_codec.h.
struct snd_ac97_bus_ops* ops |
Definition at line 450 of file ac97_codec.h.
Definition at line 463 of file ac97_codec.h.
unsigned short pcms_count |
Definition at line 462 of file ac97_codec.h.
void* private_data |
Definition at line 451 of file ac97_codec.h.
void(* private_free)(struct snd_ac97_bus *bus) |
Definition at line 452 of file ac97_codec.h.
struct snd_info_entry* proc |
Definition at line 465 of file ac97_codec.h.
unsigned short used_slots[2][4] |
Definition at line 461 of file ac97_codec.h.