mic_boost         178 sound/pci/pcxhr/pcxhr.h 	int mic_boost;			/* used by cards with MIC only */
mic_boost         764 sound/pci/pcxhr/pcxhr_mix22.c 	ucontrol->value.integer.value[0] = chip->mic_boost;
mic_boost         775 sound/pci/pcxhr/pcxhr_mix22.c 	if (chip->mic_boost != ucontrol->value.integer.value[0]) {
mic_boost         777 sound/pci/pcxhr/pcxhr_mix22.c 		chip->mic_boost = ucontrol->value.integer.value[0];
mic_boost         778 sound/pci/pcxhr/pcxhr_mix22.c 		hr222_micro_boost(chip->mgr, chip->mic_boost);