Lines Matching refs:kc
676 snd_harmony_mixercontrol_info(struct snd_kcontrol *kc, in snd_harmony_mixercontrol_info() argument
679 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_mixercontrol_info()
680 int left_shift = (kc->private_value) & 0xff; in snd_harmony_mixercontrol_info()
681 int right_shift = (kc->private_value >> 8) & 0xff; in snd_harmony_mixercontrol_info()
693 snd_harmony_volume_get(struct snd_kcontrol *kc, in snd_harmony_volume_get() argument
696 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_volume_get()
697 int shift_left = (kc->private_value) & 0xff; in snd_harmony_volume_get()
698 int shift_right = (kc->private_value >> 8) & 0xff; in snd_harmony_volume_get()
699 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_volume_get()
700 int invert = (kc->private_value >> 24) & 0xff; in snd_harmony_volume_get()
722 snd_harmony_volume_put(struct snd_kcontrol *kc, in snd_harmony_volume_put() argument
725 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_volume_put()
726 int shift_left = (kc->private_value) & 0xff; in snd_harmony_volume_put()
727 int shift_right = (kc->private_value >> 8) & 0xff; in snd_harmony_volume_put()
728 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_volume_put()
729 int invert = (kc->private_value >> 24) & 0xff; in snd_harmony_volume_put()
757 snd_harmony_captureroute_info(struct snd_kcontrol *kc, in snd_harmony_captureroute_info() argument
766 snd_harmony_captureroute_get(struct snd_kcontrol *kc, in snd_harmony_captureroute_get() argument
769 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_captureroute_get()
783 snd_harmony_captureroute_put(struct snd_kcontrol *kc, in snd_harmony_captureroute_put() argument
786 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_captureroute_put()