Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/ice1712/
H A Dwtm.c218 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()
374 change = ((ovol & 0x0f) != nvol); in stac9460_adc_vol_put()
[all …]
H A Daureon.c375 unsigned short ovol, nvol; in aureon_ac97_vol_put() local
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
424 change = (ovol != nvol); in aureon_ac97_mute_put()
453 unsigned short ovol, nvol; in aureon_ac97_micboost_put() local
461 change = (ovol != nvol); in aureon_ac97_micboost_put()
656 unsigned short ovol, nvol; in aureon_ac97_mmute_put() local
663 change = (ovol != nvol); in aureon_ac97_mmute_put()
967 if (ovol != nvol) { in wm_pcm_vol_put()
[all …]
H A Dprodigy192.c162 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()
248 unsigned char ovol, nvol; in stac9460_adc_vol_put() local
254 ovol = 0x0f - stac9460_get(ice, reg); in stac9460_adc_vol_put()
255 change = ((ovol & 0x0f) != nvol); in stac9460_adc_vol_put()
257 stac9460_put(ice, reg, (0x0f - nvol) | (ovol & ~0x0f)); in stac9460_adc_vol_put()
H A Dpontis.c183 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()
H A Dphase.c653 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()
H A Dprodigy_hifi.c603 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()