Lines Matching refs:hi_max
1075 …eck_volume_resolution(struct snd_ac97 *ac97, int reg, unsigned char *lo_max, unsigned char *hi_max) in check_volume_resolution() argument
1087 *hi_max = (tbl->bits >> 8) & 0xff; in check_volume_resolution()
1093 *lo_max = *hi_max = 0; in check_volume_resolution()
1108 if (! *hi_max && ((val >> 8) & 0x7f) == cbit[i]) in check_volume_resolution()
1109 *hi_max = max[i]; in check_volume_resolution()
1110 if (*lo_max && *hi_max) in check_volume_resolution()
1238 unsigned int hi_max, struct snd_ac97 *ac97) in snd_ac97_cvol_new() argument
1245 if (hi_max) { in snd_ac97_cvol_new()
1268 | lo_max | (hi_max << 8) in snd_ac97_cvol_new()
1282 unsigned char lo_max, hi_max; in snd_ac97_cmix_new_stereo() local
1295 check_volume_resolution(ac97, reg, &lo_max, &hi_max); in snd_ac97_cmix_new_stereo()
1298 err = snd_ac97_cvol_new(card, name, reg, lo_max, hi_max, ac97); in snd_ac97_cmix_new_stereo()