Home
last modified time | relevance | path

Searched refs:ovol (Results 1 – 6 of 6) sorted by relevance

/linux/sound/pci/ice1712/
H A Dwtm.c217 unsigned char tmp, ovol, nvol; in stac9460_dac_vol_put() local
224 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put()
225 change = (ovol != nvol); in stac9460_dac_vol_put()
238 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put()
239 change = (ovol != nvol); in stac9460_dac_vol_put()
354 unsigned char ovol, nvol; in stac9460_adc_vol_put() local
362 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put()
363 change = ((ovol & 0x0f) != nvol); in stac9460_adc_vol_put()
366 (ovol & ~0x0f)); in stac9460_adc_vol_put()
372 ovol = 0x0f - stac9460_2_get(ice, reg); in stac9460_adc_vol_put()
[all …]
H A Daureon.c374 unsigned short ovol, nvol; in aureon_ac97_vol_put() local
379 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_vol_put()
383 nvol |= ovol & ~0x1F1F; in aureon_ac97_vol_put()
385 change = (ovol != nvol); in aureon_ac97_vol_put()
414 unsigned short ovol, nvol; in aureon_ac97_mute_put() local
419 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_mute_put()
420 nvol = (ucontrol->value.integer.value[0] ? 0x0000 : 0x8000) | (ovol & ~0x8000); in aureon_ac97_mute_put()
422 change = (ovol != nvol); in aureon_ac97_mute_put()
450 unsigned short ovol, nvol; in aureon_ac97_micboost_put() local
455 ovol = aureon_ac97_read(ice, AC97_MIC); in aureon_ac97_micboost_put()
[all …]
H A Dprodigy192.c160 unsigned char tmp, ovol, nvol; in stac9460_dac_vol_put() local
169 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put()
170 change = (ovol != nvol); in stac9460_dac_vol_put()
246 unsigned char ovol, nvol; in stac9460_adc_vol_put() local
252 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put()
253 change = ((ovol & 0x0f) != nvol); in stac9460_adc_vol_put()
255 stac9460_put(ice, reg, (0x0f - nvol) | (ovol & ~0x0f)); in stac9460_adc_vol_put()
H A Dpontis.c180 unsigned short ovol, nvol; in wm_adc_vol_put() local
188 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put()
189 if (ovol != nvol) { in wm_adc_vol_put()
H A Dphase.c651 unsigned short ovol, nvol; in wm_pcm_vol_put() local
659 ovol = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; in wm_pcm_vol_put()
660 if (ovol != nvol) { in wm_pcm_vol_put()
H A Dprodigy_hifi.c596 unsigned short ovol, nvol; in wm_adc_vol_put() local
604 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put()
605 if (ovol != nvol) { in wm_adc_vol_put()