Lines Matching refs:private_value

450 	struct ac97_enum *e = (struct ac97_enum *)kcontrol->private_value;  in snd_ac97_info_enum_double()
460 struct ac97_enum *e = (struct ac97_enum *)kcontrol->private_value; in snd_ac97_get_enum_double()
477 struct ac97_enum *e = (struct ac97_enum *)kcontrol->private_value; in snd_ac97_put_enum_double()
500 if ((kcontrol->private_value & (1<<25)) && in snd_ac97_page_save()
503 unsigned short page = (kcontrol->private_value >> 26) & 0x0f; in snd_ac97_page_save()
523 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_info_volsw()
524 int shift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_info_volsw()
525 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_info_volsw()
538 int reg = kcontrol->private_value & 0xff; in snd_ac97_get_volsw()
539 int shift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_get_volsw()
540 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_get_volsw()
541 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_get_volsw()
542 int invert = (kcontrol->private_value >> 24) & 0x01; in snd_ac97_get_volsw()
562 int reg = kcontrol->private_value & 0xff; in snd_ac97_put_volsw()
563 int shift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_put_volsw()
564 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_put_volsw()
565 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_put_volsw()
566 int invert = (kcontrol->private_value >> 24) & 0x01; in snd_ac97_put_volsw()
588 (kcontrol->private_value & (1<<30))) { in snd_ac97_put_volsw()
682 kctl->private_value = AC97_SINGLE_VALUE(AC97_POWERDOWN, 15, 1, 0); in set_inv_eapd()
806 int reg = kcontrol->private_value & 0xff; in snd_ac97_put_spsa()
807 int shift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_put_spsa()
808 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_put_spsa()
863 .private_value = AC97_SINGLE_VALUE(AC97_EXTENDED_STATUS, 4, 3, 0)
870 .private_value = (codec) | ((lshift) << 8) | ((rshift) << 12) | ((mask) << 16) }
875 int mask = (kcontrol->private_value >> 16) & 0x0f; in snd_ac97_ad18xx_pcm_info_bits()
876 int lshift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_ad18xx_pcm_info_bits()
877 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_ad18xx_pcm_info_bits()
892 int codec = kcontrol->private_value & 3; in snd_ac97_ad18xx_pcm_get_bits()
893 int lshift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_ad18xx_pcm_get_bits()
894 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_ad18xx_pcm_get_bits()
895 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_ad18xx_pcm_get_bits()
906 int codec = kcontrol->private_value & 3; in snd_ac97_ad18xx_pcm_put_bits()
907 int lshift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_ad18xx_pcm_put_bits()
908 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_ad18xx_pcm_put_bits()
909 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_ad18xx_pcm_put_bits()
924 .private_value = codec }
938 int codec = kcontrol->private_value & 3; in snd_ac97_ad18xx_pcm_get_volume()
950 int codec = kcontrol->private_value & 3; in snd_ac97_ad18xx_pcm_put_volume()
1190 tmp.private_value |= (1 << 30); in snd_ac97_cmute_new_stereo()
1196 tmp.private_value |= (1 << 30); in snd_ac97_cmute_new_stereo()
1341 kctl->private_value &= ~(0xff << 16); in snd_ac97_mixer_build()
1342 kctl->private_value |= (int)max << 16; in snd_ac97_mixer_build()
1355 kctl->private_value &= ~(0xff << 16); in snd_ac97_mixer_build()
1356 kctl->private_value |= (int)max << 16; in snd_ac97_mixer_build()
1393 kctl->private_value &= ~(0xff << 16); in snd_ac97_mixer_build()
1394 kctl->private_value |= 7 << 16; in snd_ac97_mixer_build()
1598 kctl->private_value = AC97_3D_CONTROL | (9 << 8) | (7 << 16); in snd_ac97_mixer_build()
1602 kctl->private_value = AC97_3D_CONTROL | (1 << 8) | (7 << 16); in snd_ac97_mixer_build()
2659 unsigned long priv_saved = kcontrol->private_value; in bind_hp_volsw_put()
2660 kcontrol->private_value = (kcontrol->private_value & ~0xff) | AC97_HEADPHONE; in bind_hp_volsw_put()
2662 kcontrol->private_value = priv_saved; in bind_hp_volsw_put()
2760 int shift = (kcontrol->private_value >> 8) & 0x0f; in master_mute_sw_put()
2761 int rshift = (kcontrol->private_value >> 12) & 0x0f; in master_mute_sw_put()
2796 int shift = (kcontrol->private_value >> 8) & 0x0f; in hp_master_mute_sw_put()
2797 int rshift = (kcontrol->private_value >> 12) & 0x0f; in hp_master_mute_sw_put()