Lines Matching refs:max
155 .max = 0xff,
182 .max = 0x7f,
242 .max = 0xff,
289 .max = 5, /* .enum_names item count */
299 .max = 15,
307 .max = 11, /* .enum_names item count */
318 .max = 11, /* .enum_names item count */
328 .max = 8, /* .enum_names item count */
340 .max = 12,
349 .max = 15,
358 .max = 11, /* .enum_names item count */
369 .max = 11, /* .enum_names item count */
381 .max = 7,
391 .max = 15,
401 .max = 16, /* .enum_names item count */
419 .max = 7,
493 uinfo->value.integer.max = wm->ctl[n].max; in snd_wm8776_volume_info()
504 return snd_ctl_enum_info(uinfo, 1, wm->ctl[n].max, in snd_wm8776_enum_info()
528 val1 = wm->ctl[n].max - (val1 - wm->ctl[n].min); in snd_wm8776_ctl_get()
529 val2 = wm->ctl[n].max - (val2 - wm->ctl[n].min); in snd_wm8776_ctl_get()
549 regval1 = wm->ctl[n].max - (regval1 - wm->ctl[n].min); in snd_wm8776_ctl_put()
550 regval2 = wm->ctl[n].max - (regval2 - wm->ctl[n].min); in snd_wm8776_ctl_put()
602 wm->ctl[num].max = 1; in snd_wm8776_add_control()