Linux Kernel
3.7.1
|
#include <ac97_codec.h>
Data Fields | |
struct snd_ac97_bus * | bus |
unsigned int | stream: 1 |
unsigned int | exclusive: 1 |
unsigned int | copy_flag: 1 |
unsigned int | spdif: 1 |
unsigned short | aslots |
unsigned short | cur_dbl |
unsigned int | rates |
struct { | |
unsigned short slots | |
unsigned short rslots [4] | |
unsigned char rate_table [4] | |
struct snd_ac97 * codec [4] | |
} | r [2] |
unsigned long | private_value |
Definition at line 627 of file ac97_codec.h.
unsigned short aslots |
Definition at line 633 of file ac97_codec.h.
struct snd_ac97_bus* bus |
Definition at line 628 of file ac97_codec.h.
Definition at line 640 of file ac97_codec.h.
unsigned int copy_flag |
Definition at line 629 of file ac97_codec.h.
unsigned short cur_dbl |
Definition at line 634 of file ac97_codec.h.
unsigned int exclusive |
Definition at line 629 of file ac97_codec.h.
unsigned long private_value |
Definition at line 642 of file ac97_codec.h.
struct { ... } r[2] |
unsigned char rate_table[4] |
Definition at line 639 of file ac97_codec.h.
unsigned int rates |
Definition at line 635 of file ac97_codec.h.
unsigned short rslots[4] |
Definition at line 638 of file ac97_codec.h.
unsigned short slots |
Definition at line 637 of file ac97_codec.h.
unsigned int spdif |
Definition at line 629 of file ac97_codec.h.
unsigned int stream |
Definition at line 629 of file ac97_codec.h.