Searched defs:snd_vx_ops (Results 1 – 1 of 1) sorted by relevance
74 struct snd_vx_ops { struct76 unsigned char (*in8)(struct vx_core *chip, int reg);77 unsigned int (*in32)(struct vx_core *chip, int reg);81 int (*test_and_ack)(struct vx_core *chip);82 void (*validate_irq)(struct vx_core *chip, int enable);86 void (*reset_codec)(struct vx_core *chip);87 void (*change_audio_source)(struct vx_core *chip, int src);88 void (*set_clock_source)(struct vx_core *chp, int src);91 void (*reset_dsp)(struct vx_core *chip);92 void (*reset_board)(struct vx_core *chip, int cold_reset);[all …]
Completed in 8 milliseconds