Lines Matching defs:kcontrol

1583 static int snd_via8233_capture_source_info(struct snd_kcontrol *kcontrol,
1595 static int snd_via8233_capture_source_get(struct snd_kcontrol *kcontrol,
1598 struct via82xx *chip = snd_kcontrol_chip(kcontrol);
1599 unsigned long port = chip->port + (kcontrol->id.index ? (VIA_REG_CAPTURE_CHANNEL + 0x10) : VIA_REG_CAPTURE_CHANNEL);
1604 static int snd_via8233_capture_source_put(struct snd_kcontrol *kcontrol,
1607 struct via82xx *chip = snd_kcontrol_chip(kcontrol);
1608 unsigned long port = chip->port + (kcontrol->id.index ? (VIA_REG_CAPTURE_CHANNEL + 0x10) : VIA_REG_CAPTURE_CHANNEL);
1632 static int snd_via8233_dxs3_spdif_get(struct snd_kcontrol *kcontrol,
1635 struct via82xx *chip = snd_kcontrol_chip(kcontrol);
1643 static int snd_via8233_dxs3_spdif_put(struct snd_kcontrol *kcontrol,
1646 struct via82xx *chip = snd_kcontrol_chip(kcontrol);
1670 static int snd_via8233_dxs_volume_info(struct snd_kcontrol *kcontrol,
1680 static int snd_via8233_dxs_volume_get(struct snd_kcontrol *kcontrol,
1683 struct via82xx *chip = snd_kcontrol_chip(kcontrol);
1684 unsigned int idx = kcontrol->id.subdevice;
1691 static int snd_via8233_pcmdxs_volume_get(struct snd_kcontrol *kcontrol,
1694 struct via82xx *chip = snd_kcontrol_chip(kcontrol);
1700 static int snd_via8233_dxs_volume_put(struct snd_kcontrol *kcontrol,
1703 struct via82xx *chip = snd_kcontrol_chip(kcontrol);
1704 unsigned int idx = kcontrol->id.subdevice;
1723 static int snd_via8233_pcmdxs_volume_put(struct snd_kcontrol *kcontrol,
1726 struct via82xx *chip = snd_kcontrol_chip(kcontrol);