playback_volume   359 sound/pci/via82xx.c 	unsigned char playback_volume[4][2]; /* for VIA8233/C/8235; default = 0 */
playback_volume  1050 sound/pci/via82xx.c 	outb(chip->playback_volume[viadev->reg_offset / 0x10][0],
playback_volume  1052 sound/pci/via82xx.c 	outb(chip->playback_volume[viadev->reg_offset / 0x10][1],
playback_volume  1253 sound/pci/via82xx.c 		chip->playback_volume[stream][0] =
playback_volume  1255 sound/pci/via82xx.c 		chip->playback_volume[stream][1] =
playback_volume  1698 sound/pci/via82xx.c 	ucontrol->value.integer.value[0] = VIA_DXS_MAX_VOLUME - chip->playback_volume[idx][0];
playback_volume  1699 sound/pci/via82xx.c 	ucontrol->value.integer.value[1] = VIA_DXS_MAX_VOLUME - chip->playback_volume[idx][1];
playback_volume  1726 sound/pci/via82xx.c 		change |= val != chip->playback_volume[idx][i];
playback_volume  1728 sound/pci/via82xx.c 			chip->playback_volume[idx][i] = val;
playback_volume  1753 sound/pci/via82xx.c 				chip->playback_volume[idx][i] = val;
playback_volume  2244 sound/pci/via82xx.c 				chip->playback_volume[idx][i]=chip->playback_volume_c[i];