stored_volume     369 sound/pci/mixart/mixart_mixer.c 		int *stored_volume = is_capture ?
stored_volume     381 sound/pci/mixart/mixart_mixer.c 		if (*stored_volume != new_volume) {
stored_volume     382 sound/pci/mixart/mixart_mixer.c 			*stored_volume = new_volume;
stored_volume     825 sound/pci/mixart/mixart_mixer.c 	int *stored_volume;
stored_volume     830 sound/pci/mixart/mixart_mixer.c 		if(is_aes)	stored_volume = chip->digital_capture_volume[1];	/* AES capture */
stored_volume     831 sound/pci/mixart/mixart_mixer.c 		else		stored_volume = chip->digital_capture_volume[0];	/* analog capture */
stored_volume     834 sound/pci/mixart/mixart_mixer.c 		if(is_aes)	stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES playback */
stored_volume     835 sound/pci/mixart/mixart_mixer.c 		else		stored_volume = chip->digital_playback_volume[idx];	/* analog playback */
stored_volume     837 sound/pci/mixart/mixart_mixer.c 	ucontrol->value.integer.value[0] = stored_volume[0];
stored_volume     838 sound/pci/mixart/mixart_mixer.c 	ucontrol->value.integer.value[1] = stored_volume[1];
stored_volume     850 sound/pci/mixart/mixart_mixer.c 	int* stored_volume;
stored_volume     855 sound/pci/mixart/mixart_mixer.c 			stored_volume = chip->digital_capture_volume[1];
stored_volume     857 sound/pci/mixart/mixart_mixer.c 			stored_volume = chip->digital_capture_volume[0];
stored_volume     861 sound/pci/mixart/mixart_mixer.c 			stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx];
stored_volume     863 sound/pci/mixart/mixart_mixer.c 			stored_volume = chip->digital_playback_volume[idx];
stored_volume     870 sound/pci/mixart/mixart_mixer.c 		if (stored_volume[i] != vol) {
stored_volume     871 sound/pci/mixart/mixart_mixer.c 			stored_volume[i] = vol;
stored_volume     136 sound/pci/pcxhr/pcxhr_mixer.c 		int *stored_volume = is_capture ?
stored_volume     160 sound/pci/pcxhr/pcxhr_mixer.c 		if (*stored_volume != new_volume) {
stored_volume     161 sound/pci/pcxhr/pcxhr_mixer.c 			*stored_volume = new_volume;
stored_volume     352 sound/pci/pcxhr/pcxhr_mixer.c 	int *stored_volume;
stored_volume     357 sound/pci/pcxhr/pcxhr_mixer.c 		stored_volume = chip->digital_capture_volume;
stored_volume     359 sound/pci/pcxhr/pcxhr_mixer.c 		stored_volume = chip->digital_playback_volume[idx];
stored_volume     360 sound/pci/pcxhr/pcxhr_mixer.c 	ucontrol->value.integer.value[0] = stored_volume[0];
stored_volume     361 sound/pci/pcxhr/pcxhr_mixer.c 	ucontrol->value.integer.value[1] = stored_volume[1];
stored_volume     373 sound/pci/pcxhr/pcxhr_mixer.c 	int *stored_volume;
stored_volume     378 sound/pci/pcxhr/pcxhr_mixer.c 		stored_volume = chip->digital_capture_volume;
stored_volume     380 sound/pci/pcxhr/pcxhr_mixer.c 		stored_volume = chip->digital_playback_volume[idx];
stored_volume     386 sound/pci/pcxhr/pcxhr_mixer.c 		if (stored_volume[i] != vol) {
stored_volume     387 sound/pci/pcxhr/pcxhr_mixer.c 			stored_volume[i] = vol;