Searched refs:new_volume (Results 1 – 2 of 2) sorted by relevance
379 int new_volume = ucontrol->value.integer.value[i]; in mixart_analog_vol_put() local384 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()
147 int new_volume = ucontrol->value.integer.value[i]; in pcxhr_analog_vol_put() local153 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 …]