Lines Matching refs:kc
434 static int se200pci_cont_volume_info(struct snd_kcontrol *kc, in se200pci_cont_volume_info() argument
446 static int se200pci_cont_enum_info(struct snd_kcontrol *kc, in se200pci_cont_enum_info() argument
451 n = kc->private_value; in se200pci_cont_enum_info()
458 static int se200pci_cont_volume_get(struct snd_kcontrol *kc, in se200pci_cont_volume_get() argument
461 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_volume_get()
463 int n = kc->private_value; in se200pci_cont_volume_get()
469 static int se200pci_cont_boolean_get(struct snd_kcontrol *kc, in se200pci_cont_boolean_get() argument
472 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_boolean_get()
474 int n = kc->private_value; in se200pci_cont_boolean_get()
479 static int se200pci_cont_enum_get(struct snd_kcontrol *kc, in se200pci_cont_enum_get() argument
482 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_enum_get()
484 int n = kc->private_value; in se200pci_cont_enum_get()
530 static int se200pci_cont_volume_put(struct snd_kcontrol *kc, in se200pci_cont_volume_put() argument
533 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_volume_put()
535 int n = kc->private_value; in se200pci_cont_volume_put()
556 static int se200pci_cont_boolean_put(struct snd_kcontrol *kc, in se200pci_cont_boolean_put() argument
559 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_boolean_put()
561 int n = kc->private_value; in se200pci_cont_boolean_put()
573 static int se200pci_cont_enum_put(struct snd_kcontrol *kc, in se200pci_cont_enum_put() argument
576 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_enum_put()
578 int n = kc->private_value; in se200pci_cont_enum_put()