Searched refs:mic_boost (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr.h195 int mic_boost; /* used by cards with MIC only */ member in struct:snd_pcxhr
H A Dpcxhr_mix22.c761 ucontrol->value.integer.value[0] = chip->mic_boost;
772 if (chip->mic_boost != ucontrol->value.integer.value[0]) {
774 chip->mic_boost = ucontrol->value.integer.value[0];
775 hr222_micro_boost(chip->mgr, chip->mic_boost);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_conexant.c134 unsigned int mic_boost; /* offset into cxt5066_analog_mic_boost */ member in struct:conexant_spec
2474 cxt5066_analog_mic_boost.items[spec->mic_boost].index);
2481 items[spec->mic_boost].index);
2496 ucontrol->value.enumerated.item[0] = spec->mic_boost;
2511 spec->mic_boost = idx;
3182 spec->mic_boost = 3; /* default 30dB gain */
3193 spec->mic_boost = 3; /* default 30dB gain */
3215 spec->mic_boost = 3; /* default 30dB gain */
3231 spec->mic_boost = 2; /* default 20dB gain */
3247 spec->mic_boost
[all...]

Completed in 67 milliseconds