Lines Matching refs:kc

650 snd_harmony_mixercontrol_info(struct snd_kcontrol *kc,   in snd_harmony_mixercontrol_info()  argument
653 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_mixercontrol_info()
654 int left_shift = (kc->private_value) & 0xff; in snd_harmony_mixercontrol_info()
655 int right_shift = (kc->private_value >> 8) & 0xff; in snd_harmony_mixercontrol_info()
667 snd_harmony_volume_get(struct snd_kcontrol *kc, in snd_harmony_volume_get() argument
670 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_volume_get()
671 int shift_left = (kc->private_value) & 0xff; in snd_harmony_volume_get()
672 int shift_right = (kc->private_value >> 8) & 0xff; in snd_harmony_volume_get()
673 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_volume_get()
674 int invert = (kc->private_value >> 24) & 0xff; in snd_harmony_volume_get()
696 snd_harmony_volume_put(struct snd_kcontrol *kc, in snd_harmony_volume_put() argument
699 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_volume_put()
700 int shift_left = (kc->private_value) & 0xff; in snd_harmony_volume_put()
701 int shift_right = (kc->private_value >> 8) & 0xff; in snd_harmony_volume_put()
702 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_volume_put()
703 int invert = (kc->private_value >> 24) & 0xff; in snd_harmony_volume_put()
731 snd_harmony_captureroute_info(struct snd_kcontrol *kc, in snd_harmony_captureroute_info() argument
740 snd_harmony_captureroute_get(struct snd_kcontrol *kc, in snd_harmony_captureroute_get() argument
743 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_captureroute_get()
757 snd_harmony_captureroute_put(struct snd_kcontrol *kc, in snd_harmony_captureroute_put() argument
760 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_captureroute_put()