Linux Kernel
3.7.1
|
#include <ak4xxx-adda.h>
Public Types | |
enum | { SND_AK4524, SND_AK4528, SND_AK4529, SND_AK4355, SND_AK4358, SND_AK4381, SND_AK5365, SND_AK4620 } |
Data Fields | |
struct snd_card * | card |
unsigned int | num_adcs |
unsigned int | num_dacs |
unsigned char | images [AK4XXX_IMAGE_SIZE] |
unsigned char | volumes [AK4XXX_IMAGE_SIZE] |
unsigned long | private_value [AK4XXX_MAX_CHIPS] |
void * | private_data [AK4XXX_MAX_CHIPS] |
unsigned int | idx_offset |
enum snd_akm4xxx:: { ... } | type |
struct snd_akm4xxx_dac_channel * | dac_info |
struct snd_akm4xxx_adc_channel * | adc_info |
struct snd_ak4xxx_ops | ops |
unsigned int | num_chips |
unsigned int | total_regs |
const char * | name |
Definition at line 58 of file ak4xxx-adda.h.
anonymous enum |
Definition at line 68 of file ak4xxx-adda.h.
struct snd_akm4xxx_adc_channel* adc_info |
Definition at line 76 of file ak4xxx-adda.h.
Definition at line 59 of file ak4xxx-adda.h.
Definition at line 75 of file ak4xxx-adda.h.
unsigned int idx_offset |
Definition at line 67 of file ak4xxx-adda.h.
unsigned char images[AK4XXX_IMAGE_SIZE] |
Definition at line 62 of file ak4xxx-adda.h.
Definition at line 81 of file ak4xxx-adda.h.
unsigned int num_adcs |
Definition at line 60 of file ak4xxx-adda.h.
unsigned int num_chips |
Definition at line 79 of file ak4xxx-adda.h.
unsigned int num_dacs |
Definition at line 61 of file ak4xxx-adda.h.
struct snd_ak4xxx_ops ops |
Definition at line 78 of file ak4xxx-adda.h.
void* private_data[AK4XXX_MAX_CHIPS] |
Definition at line 65 of file ak4xxx-adda.h.
unsigned long private_value[AK4XXX_MAX_CHIPS] |
Definition at line 64 of file ak4xxx-adda.h.
unsigned int total_regs |
Definition at line 80 of file ak4xxx-adda.h.
enum { ... } type |
unsigned char volumes[AK4XXX_IMAGE_SIZE] |
Definition at line 63 of file ak4xxx-adda.h.