Lines Matching defs:num
615 static int snd_msnd_write_cfg_io0(struct snd_msnd *chip, int cfg, int num, u16 io)
617 if (snd_msnd_write_cfg(chip, cfg, IREG_LOGDEVICE, num))
626 static int snd_msnd_write_cfg_io1(struct snd_msnd *chip, int cfg, int num, u16 io)
628 if (snd_msnd_write_cfg(chip, cfg, IREG_LOGDEVICE, num))
637 static int snd_msnd_write_cfg_irq(struct snd_msnd *chip, int cfg, int num, u16 irq)
639 if (snd_msnd_write_cfg(chip, cfg, IREG_LOGDEVICE, num))
648 static int snd_msnd_write_cfg_mem(struct snd_msnd *chip, int cfg, int num, int mem)
654 if (snd_msnd_write_cfg(chip, cfg, IREG_LOGDEVICE, num))
666 static int snd_msnd_activate_logical(struct snd_msnd *chip, int cfg, int num)
668 if (snd_msnd_write_cfg(chip, cfg, IREG_LOGDEVICE, num))
676 int cfg, int num, u16 io0,
679 if (snd_msnd_write_cfg(chip, cfg, IREG_LOGDEVICE, num))
681 if (snd_msnd_write_cfg_io0(chip, cfg, num, io0))
683 if (snd_msnd_write_cfg_io1(chip, cfg, num, io1))
685 if (snd_msnd_write_cfg_irq(chip, cfg, num, irq))
687 if (snd_msnd_write_cfg_mem(chip, cfg, num, mem))
689 if (snd_msnd_activate_logical(chip, cfg, num))