Lines Matching refs:kc

420 static int se200pci_cont_volume_info(struct snd_kcontrol *kc,  in se200pci_cont_volume_info()  argument
432 static int se200pci_cont_enum_info(struct snd_kcontrol *kc, in se200pci_cont_enum_info() argument
437 n = kc->private_value; in se200pci_cont_enum_info()
444 static int se200pci_cont_volume_get(struct snd_kcontrol *kc, in se200pci_cont_volume_get() argument
447 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_volume_get()
449 int n = kc->private_value; in se200pci_cont_volume_get()
455 static int se200pci_cont_boolean_get(struct snd_kcontrol *kc, in se200pci_cont_boolean_get() argument
458 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_boolean_get()
460 int n = kc->private_value; in se200pci_cont_boolean_get()
465 static int se200pci_cont_enum_get(struct snd_kcontrol *kc, in se200pci_cont_enum_get() argument
468 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_enum_get()
470 int n = kc->private_value; in se200pci_cont_enum_get()
516 static int se200pci_cont_volume_put(struct snd_kcontrol *kc, in se200pci_cont_volume_put() argument
519 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_volume_put()
521 int n = kc->private_value; in se200pci_cont_volume_put()
542 static int se200pci_cont_boolean_put(struct snd_kcontrol *kc, in se200pci_cont_boolean_put() argument
545 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_boolean_put()
547 int n = kc->private_value; in se200pci_cont_boolean_put()
559 static int se200pci_cont_enum_put(struct snd_kcontrol *kc, in se200pci_cont_enum_put() argument
562 struct snd_ice1712 *ice = snd_kcontrol_chip(kc); in se200pci_cont_enum_put()
564 int n = kc->private_value; in se200pci_cont_enum_put()