level_mic         245 sound/pci/pcxhr/pcxhr_mix22.c 				      int level_l, int level_r, int level_mic)
level_mic         254 sound/pci/pcxhr/pcxhr_mix22.c 	data  = ((level_mic & 0xff) << 24);	/* micro is mono, but apply */
level_mic         255 sound/pci/pcxhr/pcxhr_mix22.c 	data |= ((level_mic & 0xff) << 16);	/* level on both channels */
level_mic         540 sound/pci/pcxhr/pcxhr_mix22.c 		int level_l, level_r, level_mic;
level_mic         550 sound/pci/pcxhr/pcxhr_mix22.c 			level_mic = chip->mic_volume;
level_mic         552 sound/pci/pcxhr/pcxhr_mix22.c 			level_mic = HR222_MICRO_CAPTURE_LEVEL_MIN;
level_mic         554 sound/pci/pcxhr/pcxhr_mix22.c 						 level_l, level_r, level_mic);