Home
last modified time | relevance | path

Searched refs:mic_volume (Results 1 – 2 of 2) sorted by relevance

/sound/pci/pcxhr/
Dpcxhr_mix22.c563 level_mic = chip->mic_volume; in hr222_update_analog_audio_level()
727 ucontrol->value.integer.value[0] = chip->mic_volume; in hr222_mic_vol_get()
738 if (chip->mic_volume != ucontrol->value.integer.value[0]) { in hr222_mic_vol_put()
740 chip->mic_volume = ucontrol->value.integer.value[0]; in hr222_mic_vol_put()
Dpcxhr.h191 int mic_volume; /* used by cards with MIC only */ member