Lines Matching refs:kc
664 snd_harmony_mixercontrol_info(struct snd_kcontrol *kc, in snd_harmony_mixercontrol_info() argument
667 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_mixercontrol_info()
668 int left_shift = (kc->private_value) & 0xff; in snd_harmony_mixercontrol_info()
669 int right_shift = (kc->private_value >> 8) & 0xff; in snd_harmony_mixercontrol_info()
681 snd_harmony_volume_get(struct snd_kcontrol *kc, in snd_harmony_volume_get() argument
684 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_volume_get()
685 int shift_left = (kc->private_value) & 0xff; in snd_harmony_volume_get()
686 int shift_right = (kc->private_value >> 8) & 0xff; in snd_harmony_volume_get()
687 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_volume_get()
688 int invert = (kc->private_value >> 24) & 0xff; in snd_harmony_volume_get()
710 snd_harmony_volume_put(struct snd_kcontrol *kc, in snd_harmony_volume_put() argument
713 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_volume_put()
714 int shift_left = (kc->private_value) & 0xff; in snd_harmony_volume_put()
715 int shift_right = (kc->private_value >> 8) & 0xff; in snd_harmony_volume_put()
716 int mask = (kc->private_value >> 16) & 0xff; in snd_harmony_volume_put()
717 int invert = (kc->private_value >> 24) & 0xff; in snd_harmony_volume_put()
745 snd_harmony_captureroute_info(struct snd_kcontrol *kc, in snd_harmony_captureroute_info() argument
754 snd_harmony_captureroute_get(struct snd_kcontrol *kc, in snd_harmony_captureroute_get() argument
757 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_captureroute_get()
771 snd_harmony_captureroute_put(struct snd_kcontrol *kc, in snd_harmony_captureroute_put() argument
774 struct snd_harmony *h = snd_kcontrol_chip(kc); in snd_harmony_captureroute_put()