Lines Matching refs:kc

695 snd_harmony_mixercontrol_info(struct snd_kcontrol *kc,   in snd_harmony_mixercontrol_info()  argument
698 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_mixercontrol_info()
699 int left_shift = (kc->private_value) & 0xff; in snd_harmony_mixercontrol_info()
700 int right_shift = (kc->private_value >> 8) & 0xff; in snd_harmony_mixercontrol_info()
712 snd_harmony_volume_get(struct snd_kcontrol *kc, in snd_harmony_volume_get() argument
715 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_volume_get()
716 int shift_left = (kc->private_value) & 0xff; in snd_harmony_volume_get()
717 int shift_right = (kc->private_value >> 8) & 0xff; in snd_harmony_volume_get()
718 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_volume_get()
719 int invert = (kc->private_value >> 24) & 0xff; in snd_harmony_volume_get()
741 snd_harmony_volume_put(struct snd_kcontrol *kc, in snd_harmony_volume_put() argument
744 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_volume_put()
745 int shift_left = (kc->private_value) & 0xff; in snd_harmony_volume_put()
746 int shift_right = (kc->private_value >> 8) & 0xff; in snd_harmony_volume_put()
747 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_volume_put()
748 int invert = (kc->private_value >> 24) & 0xff; in snd_harmony_volume_put()
776 snd_harmony_captureroute_info(struct snd_kcontrol *kc, in snd_harmony_captureroute_info() argument
785 snd_harmony_captureroute_get(struct snd_kcontrol *kc, in snd_harmony_captureroute_get() argument
788 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_captureroute_get()
802 snd_harmony_captureroute_put(struct snd_kcontrol *kc, in snd_harmony_captureroute_put() argument
805 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_captureroute_put()