Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_mix22.c550 level_mic = chip->mic_volume; in hr222_update_analog_audio_level()
714 ucontrol->value.integer.value[0] = chip->mic_volume; in hr222_mic_vol_get()
725 if (chip->mic_volume != ucontrol->value.integer.value[0]) { in hr222_mic_vol_put()
727 chip->mic_volume = ucontrol->value.integer.value[0]; in hr222_mic_vol_put()
H A Dpcxhr.h177 int mic_volume; /* used by cards with MIC only */ member