Searched refs:stored_volume (Results 1 – 2 of 2) sorted by relevance
369 int *stored_volume = is_capture ? in mixart_analog_vol_put() local381 if (*stored_volume != new_volume) { in mixart_analog_vol_put()382 *stored_volume = new_volume; in mixart_analog_vol_put()825 int *stored_volume; in mixart_pcm_vol_get() local837 ucontrol->value.integer.value[0] = stored_volume[0]; in mixart_pcm_vol_get()838 ucontrol->value.integer.value[1] = stored_volume[1]; in mixart_pcm_vol_get()850 int* stored_volume; in mixart_pcm_vol_put() local855 stored_volume = chip->digital_capture_volume[1]; in mixart_pcm_vol_put()857 stored_volume = chip->digital_capture_volume[0]; in mixart_pcm_vol_put()870 if (stored_volume[i] != vol) { in mixart_pcm_vol_put()[all …]
136 int *stored_volume = is_capture ? in pcxhr_analog_vol_put() local160 if (*stored_volume != new_volume) { in pcxhr_analog_vol_put()161 *stored_volume = new_volume; in pcxhr_analog_vol_put()352 int *stored_volume; in pcxhr_pcm_vol_get() local357 stored_volume = chip->digital_capture_volume; in pcxhr_pcm_vol_get()359 stored_volume = chip->digital_playback_volume[idx]; in pcxhr_pcm_vol_get()360 ucontrol->value.integer.value[0] = stored_volume[0]; in pcxhr_pcm_vol_get()373 int *stored_volume; in pcxhr_pcm_vol_put() local378 stored_volume = chip->digital_capture_volume; in pcxhr_pcm_vol_put()386 if (stored_volume[i] != vol) { in pcxhr_pcm_vol_put()[all …]