Searched refs:snd_vx_outb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | vx_core.h | 235 static inline void snd_vx_outb(struct vx_core *chip, int reg, unsigned char val) in snd_vx_outb() function 246 #define vx_outb(chip,reg,val) snd_vx_outb(chip, VX_##reg,val)
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | vx_core.h | 235 static inline void snd_vx_outb(struct vx_core *chip, int reg, unsigned char val) in snd_vx_outb() function 246 #define vx_outb(chip,reg,val) snd_vx_outb(chip, VX_##reg,val)
|
Completed in 3 milliseconds