Home
last modified time | relevance | path

Searched refs:hi_max (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/sound/pci/ac97/
Dac97_codec.c1093 …eck_volume_resolution(struct snd_ac97 *ac97, int reg, unsigned char *lo_max, unsigned char *hi_max) in check_volume_resolution() argument
1105 *hi_max = (tbl->bits >> 8) & 0xff; in check_volume_resolution()
1111 *lo_max = *hi_max = 0; in check_volume_resolution()
1126 if (! *hi_max && ((val >> 8) & 0x7f) == cbit[i]) in check_volume_resolution()
1127 *hi_max = max[i]; in check_volume_resolution()
1128 if (*lo_max && *hi_max) in check_volume_resolution()
1256 unsigned int hi_max, struct snd_ac97 *ac97) in snd_ac97_cvol_new() argument
1263 if (hi_max) { in snd_ac97_cvol_new()
1284 | lo_max | (hi_max << 8) in snd_ac97_cvol_new()
1298 unsigned char lo_max, hi_max; in snd_ac97_cmix_new_stereo() local
[all …]