Searched refs:ovol (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/pci/ice1712/ |
D | wtm.c | 232 unsigned char tmp, ovol, nvol; in stac9460_dac_vol_put() local 239 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put() 240 change = (ovol != nvol); in stac9460_dac_vol_put() 253 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put() 254 change = (ovol != nvol); in stac9460_dac_vol_put() 369 unsigned char ovol, nvol; in stac9460_adc_vol_put() local 377 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put() 378 change = ((ovol & 0x0f) != nvol); in stac9460_adc_vol_put() 381 (ovol & ~0x0f)); in stac9460_adc_vol_put() 387 ovol = 0x0f - stac9460_2_get(ice, reg); in stac9460_adc_vol_put() [all …]
|
D | prodigy192.c | 176 unsigned char tmp, ovol, nvol; in stac9460_dac_vol_put() local 185 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put() 186 change = (ovol != nvol); in stac9460_dac_vol_put() 188 ovol = (0x7f - nvol) | (tmp & 0x80); in stac9460_dac_vol_put() 267 unsigned char ovol, nvol; in stac9460_adc_vol_put() local 273 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put() 274 change = ((ovol & 0x0f) != nvol); in stac9460_adc_vol_put() 276 stac9460_put(ice, reg, (0x0f - nvol) | (ovol & ~0x0f)); in stac9460_adc_vol_put()
|
D | aureon.c | 389 unsigned short ovol, nvol; in aureon_ac97_vol_put() local 394 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_vol_put() 398 nvol |= ovol & ~0x1F1F; in aureon_ac97_vol_put() 400 change = (ovol != nvol); in aureon_ac97_vol_put() 430 unsigned short ovol, nvol; in aureon_ac97_mute_put() local 435 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_mute_put() 436 nvol = (ucontrol->value.integer.value[0] ? 0x0000 : 0x8000) | (ovol & ~0x8000); in aureon_ac97_mute_put() 438 change = (ovol != nvol); in aureon_ac97_mute_put() 467 unsigned short ovol, nvol; in aureon_ac97_micboost_put() local 472 ovol = aureon_ac97_read(ice, AC97_MIC); in aureon_ac97_micboost_put() [all …]
|
D | phase.c | 667 unsigned short ovol, nvol; in wm_pcm_vol_put() local 675 ovol = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; in wm_pcm_vol_put() 676 if (ovol != nvol) { in wm_pcm_vol_put()
|
D | pontis.c | 197 unsigned short ovol, nvol; in wm_adc_vol_put() local 205 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put() 206 if (ovol != nvol) { in wm_adc_vol_put()
|
D | prodigy_hifi.c | 617 unsigned short ovol, nvol; in wm_adc_vol_put() local 625 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put() 626 if (ovol != nvol) { in wm_adc_vol_put()
|