Searched refs:ovol (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/sound/pci/ice1712/ |
D | wtm.c | 218 unsigned char tmp, ovol, nvol; in stac9460_dac_vol_put() local 225 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put() 226 change = (ovol != nvol); in stac9460_dac_vol_put() 239 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put() 240 change = (ovol != nvol); in stac9460_dac_vol_put() 355 unsigned char ovol, nvol; in stac9460_adc_vol_put() local 363 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put() 364 change = ((ovol & 0x0f) != nvol); in stac9460_adc_vol_put() 367 (ovol & ~0x0f)); in stac9460_adc_vol_put() 373 ovol = 0x0f - stac9460_2_get(ice, reg); in stac9460_adc_vol_put() [all …]
|
D | prodigy192.c | 162 unsigned char tmp, ovol, nvol; in stac9460_dac_vol_put() local 171 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put() 172 change = (ovol != nvol); in stac9460_dac_vol_put() 174 ovol = (0x7f - nvol) | (tmp & 0x80); in stac9460_dac_vol_put() 253 unsigned char ovol, nvol; in stac9460_adc_vol_put() local 259 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put() 260 change = ((ovol & 0x0f) != nvol); in stac9460_adc_vol_put() 262 stac9460_put(ice, reg, (0x0f - nvol) | (ovol & ~0x0f)); in stac9460_adc_vol_put()
|
D | aureon.c | 375 unsigned short ovol, nvol; in aureon_ac97_vol_put() local 380 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_vol_put() 384 nvol |= ovol & ~0x1F1F; in aureon_ac97_vol_put() 386 change = (ovol != nvol); in aureon_ac97_vol_put() 416 unsigned short ovol, nvol; in aureon_ac97_mute_put() local 421 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_mute_put() 422 nvol = (ucontrol->value.integer.value[0] ? 0x0000 : 0x8000) | (ovol & ~0x8000); in aureon_ac97_mute_put() 424 change = (ovol != nvol); in aureon_ac97_mute_put() 453 unsigned short ovol, nvol; in aureon_ac97_micboost_put() local 458 ovol = aureon_ac97_read(ice, AC97_MIC); in aureon_ac97_micboost_put() [all …]
|
D | pontis.c | 183 unsigned short ovol, nvol; in wm_adc_vol_put() local 191 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put() 192 if (ovol != nvol) { in wm_adc_vol_put()
|
D | phase.c | 653 unsigned short ovol, nvol; in wm_pcm_vol_put() local 661 ovol = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; in wm_pcm_vol_put() 662 if (ovol != nvol) { in wm_pcm_vol_put()
|
D | prodigy_hifi.c | 603 unsigned short ovol, nvol; in wm_adc_vol_put() local 611 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put() 612 if (ovol != nvol) { in wm_adc_vol_put()
|