Lines Matching refs:private_value

449 	struct ac97_enum *e = (struct ac97_enum *)kcontrol->private_value;  in snd_ac97_info_enum_double()
459 struct ac97_enum *e = (struct ac97_enum *)kcontrol->private_value; in snd_ac97_get_enum_double()
476 struct ac97_enum *e = (struct ac97_enum *)kcontrol->private_value; in snd_ac97_put_enum_double()
499 if ((kcontrol->private_value & (1<<25)) && in snd_ac97_page_save()
502 unsigned short page = (kcontrol->private_value >> 26) & 0x0f; in snd_ac97_page_save()
522 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_info_volsw()
523 int shift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_info_volsw()
524 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_info_volsw()
537 int reg = kcontrol->private_value & 0xff; in snd_ac97_get_volsw()
538 int shift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_get_volsw()
539 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_get_volsw()
540 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_get_volsw()
541 int invert = (kcontrol->private_value >> 24) & 0x01; in snd_ac97_get_volsw()
561 int reg = kcontrol->private_value & 0xff; in snd_ac97_put_volsw()
562 int shift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_put_volsw()
563 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_put_volsw()
564 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_put_volsw()
565 int invert = (kcontrol->private_value >> 24) & 0x01; in snd_ac97_put_volsw()
587 (kcontrol->private_value & (1<<30))) { in snd_ac97_put_volsw()
681 kctl->private_value = AC97_SINGLE_VALUE(AC97_POWERDOWN, 15, 1, 0); in set_inv_eapd()
805 int reg = kcontrol->private_value & 0xff; in snd_ac97_put_spsa()
806 int shift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_put_spsa()
807 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_put_spsa()
862 .private_value = AC97_SINGLE_VALUE(AC97_EXTENDED_STATUS, 4, 3, 0)
869 .private_value = (codec) | ((lshift) << 8) | ((rshift) << 12) | ((mask) << 16) }
874 int mask = (kcontrol->private_value >> 16) & 0x0f; in snd_ac97_ad18xx_pcm_info_bits()
875 int lshift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_ad18xx_pcm_info_bits()
876 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_ad18xx_pcm_info_bits()
891 int codec = kcontrol->private_value & 3; in snd_ac97_ad18xx_pcm_get_bits()
892 int lshift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_ad18xx_pcm_get_bits()
893 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_ad18xx_pcm_get_bits()
894 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_ad18xx_pcm_get_bits()
905 int codec = kcontrol->private_value & 3; in snd_ac97_ad18xx_pcm_put_bits()
906 int lshift = (kcontrol->private_value >> 8) & 0x0f; in snd_ac97_ad18xx_pcm_put_bits()
907 int rshift = (kcontrol->private_value >> 12) & 0x0f; in snd_ac97_ad18xx_pcm_put_bits()
908 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_ac97_ad18xx_pcm_put_bits()
923 .private_value = codec }
937 int codec = kcontrol->private_value & 3; in snd_ac97_ad18xx_pcm_get_volume()
949 int codec = kcontrol->private_value & 3; in snd_ac97_ad18xx_pcm_put_volume()
1189 tmp.private_value |= (1 << 30); in snd_ac97_cmute_new_stereo()
1195 tmp.private_value |= (1 << 30); in snd_ac97_cmute_new_stereo()
1344 kctl->private_value &= ~(0xff << 16); in snd_ac97_mixer_build()
1345 kctl->private_value |= (int)max << 16; in snd_ac97_mixer_build()
1360 kctl->private_value &= ~(0xff << 16); in snd_ac97_mixer_build()
1361 kctl->private_value |= (int)max << 16; in snd_ac97_mixer_build()
1403 kctl->private_value &= ~(0xff << 16); in snd_ac97_mixer_build()
1404 kctl->private_value |= 7 << 16; in snd_ac97_mixer_build()
1645 kctl->private_value = AC97_3D_CONTROL | (9 << 8) | (7 << 16); in snd_ac97_mixer_build()
1651 kctl->private_value = AC97_3D_CONTROL | (1 << 8) | (7 << 16); in snd_ac97_mixer_build()
2740 unsigned long priv_saved = kcontrol->private_value; in bind_hp_volsw_put()
2741 kcontrol->private_value = (kcontrol->private_value & ~0xff) | AC97_HEADPHONE; in bind_hp_volsw_put()
2743 kcontrol->private_value = priv_saved; in bind_hp_volsw_put()
2841 int shift = (kcontrol->private_value >> 8) & 0x0f; in master_mute_sw_put()
2842 int rshift = (kcontrol->private_value >> 12) & 0x0f; in master_mute_sw_put()
2877 int shift = (kcontrol->private_value >> 8) & 0x0f; in hp_master_mute_sw_put()
2878 int rshift = (kcontrol->private_value >> 12) & 0x0f; in hp_master_mute_sw_put()