Searched refs:snd_vx_check_reg_bit (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_core.c51 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) function
72 EXPORT_SYMBOL(snd_vx_check_reg_bit); variable
87 if (snd_vx_check_reg_bit(chip, VX_CVR, CVR_HC, 0, 200) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/drivers/vx/
H A Dvx_core.c51 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) function
72 EXPORT_SYMBOL(snd_vx_check_reg_bit); variable
87 if (snd_vx_check_reg_bit(chip, VX_CVR, CVR_HC, 0, 200) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dvx_core.h288 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time);
289 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dvx_core.h288 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time);
289 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time)

Completed in 93 milliseconds