Lines Matching refs:private_value
2258 if (kcontrol->private_value == DBRI_PLAY) in snd_cs4215_info_volume()
2273 info = &dbri->stream_info[kcontrol->private_value]; in snd_cs4215_get_volume()
2285 &dbri->stream_info[kcontrol->private_value]; in snd_cs4215_put_volume()
2291 if (kcontrol->private_value == DBRI_PLAY) { in snd_cs4215_put_volume()
2321 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4215_info_single()
2335 int elem = kcontrol->private_value & 0xff; in snd_cs4215_get_single()
2336 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4215_get_single()
2337 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4215_get_single()
2338 int invert = (kcontrol->private_value >> 24) & 1; in snd_cs4215_get_single()
2360 int elem = kcontrol->private_value & 0xff; in snd_cs4215_put_single()
2361 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4215_put_single()
2362 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4215_put_single()
2363 int invert = (kcontrol->private_value >> 24) & 1; in snd_cs4215_put_single()
2409 .private_value = (entry) | ((shift) << 8) | ((mask) << 16) | \
2419 .private_value = DBRI_PLAY,
2430 .private_value = DBRI_REC,