Searched defs:snd_vx_ops (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/sound/ | 
| D | vx_core.h | 74 struct snd_vx_ops {  struct 76 	unsigned char (*in8)(struct vx_core *chip, int reg); 77 	unsigned int (*in32)(struct vx_core *chip, int reg); 78 	void (*out8)(struct vx_core *chip, int reg, unsigned char val); 79 	void (*out32)(struct vx_core *chip, int reg, unsigned int val); 81 	int (*test_and_ack)(struct vx_core *chip); 82 	void (*validate_irq)(struct vx_core *chip, int enable); 84 	void (*write_codec)(struct vx_core *chip, int codec, unsigned int data); 85 	void (*akm_write)(struct vx_core *chip, int reg, unsigned int data); 86 	void (*reset_codec)(struct vx_core *chip); [all …] 
 |