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