Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/mixart/
Dmixart_mixer.c379 int new_volume = ucontrol->value.integer.value[i]; in mixart_analog_vol_put() local
384 if (new_volume < MIXART_ANALOG_CAPTURE_LEVEL_MIN || in mixart_analog_vol_put()
385 new_volume > MIXART_ANALOG_CAPTURE_LEVEL_MAX) in mixart_analog_vol_put()
388 if (new_volume < MIXART_ANALOG_PLAYBACK_LEVEL_MIN || in mixart_analog_vol_put()
389 new_volume > MIXART_ANALOG_PLAYBACK_LEVEL_MAX) in mixart_analog_vol_put()
392 if (*stored_volume != new_volume) { in mixart_analog_vol_put()
393 *stored_volume = new_volume; in mixart_analog_vol_put()
/linux-3.4.99/sound/pci/pcxhr/
Dpcxhr_mixer.c147 int new_volume = ucontrol->value.integer.value[i]; in pcxhr_analog_vol_put() local
153 if (new_volume < HR222_LINE_CAPTURE_LEVEL_MIN || in pcxhr_analog_vol_put()
154 new_volume > HR222_LINE_CAPTURE_LEVEL_MAX) in pcxhr_analog_vol_put()
157 if (new_volume < PCXHR_LINE_CAPTURE_LEVEL_MIN || in pcxhr_analog_vol_put()
158 new_volume > PCXHR_LINE_CAPTURE_LEVEL_MAX) in pcxhr_analog_vol_put()
163 if (new_volume < HR222_LINE_PLAYBACK_LEVEL_MIN || in pcxhr_analog_vol_put()
164 new_volume > HR222_LINE_PLAYBACK_LEVEL_MAX) in pcxhr_analog_vol_put()
167 if (new_volume < PCXHR_LINE_PLAYBACK_LEVEL_MIN || in pcxhr_analog_vol_put()
168 new_volume > PCXHR_LINE_PLAYBACK_LEVEL_MAX) in pcxhr_analog_vol_put()
172 if (*stored_volume != new_volume) { in pcxhr_analog_vol_put()
[all …]