|
unsigned char(* | in8 )(struct vx_core *chip, int reg) |
|
unsigned int(* | in32 )(struct vx_core *chip, int reg) |
|
void(* | out8 )(struct vx_core *chip, int reg, unsigned char val) |
|
void(* | out32 )(struct vx_core *chip, int reg, unsigned int val) |
|
int(* | test_and_ack )(struct vx_core *chip) |
|
void(* | validate_irq )(struct vx_core *chip, int enable) |
|
void(* | write_codec )(struct vx_core *chip, int codec, unsigned int data) |
|
void(* | akm_write )(struct vx_core *chip, int reg, unsigned int data) |
|
void(* | reset_codec )(struct vx_core *chip) |
|
void(* | change_audio_source )(struct vx_core *chip, int src) |
|
void(* | set_clock_source )(struct vx_core *chp, int src) |
|
int(* | load_dsp )(struct vx_core *chip, int idx, const struct firmware *fw) |
|
void(* | reset_dsp )(struct vx_core *chip) |
|
void(* | reset_board )(struct vx_core *chip, int cold_reset) |
|
int(* | add_controls )(struct vx_core *chip) |
|
void(* | dma_write )(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) |
|
void(* | dma_read )(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) |
|
Definition at line 95 of file vx_core.h.