ovol 375 sound/pci/ice1712/aureon.c unsigned short ovol, nvol; ovol 380 sound/pci/ice1712/aureon.c ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); ovol 384 sound/pci/ice1712/aureon.c nvol |= ovol & ~0x1F1F; ovol 386 sound/pci/ice1712/aureon.c change = (ovol != nvol); ovol 416 sound/pci/ice1712/aureon.c unsigned short ovol, nvol; ovol 421 sound/pci/ice1712/aureon.c ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); ovol 422 sound/pci/ice1712/aureon.c nvol = (ucontrol->value.integer.value[0] ? 0x0000 : 0x8000) | (ovol & ~0x8000); ovol 424 sound/pci/ice1712/aureon.c change = (ovol != nvol); ovol 453 sound/pci/ice1712/aureon.c unsigned short ovol, nvol; ovol 458 sound/pci/ice1712/aureon.c ovol = aureon_ac97_read(ice, AC97_MIC); ovol 459 sound/pci/ice1712/aureon.c nvol = (ucontrol->value.integer.value[0] ? 0x0000 : 0x0020) | (ovol & ~0x0020); ovol 461 sound/pci/ice1712/aureon.c change = (ovol != nvol); ovol 656 sound/pci/ice1712/aureon.c unsigned short ovol, nvol; ovol 661 sound/pci/ice1712/aureon.c ovol = wm_get(ice, WM_OUT_MUX1); ovol 662 sound/pci/ice1712/aureon.c nvol = (ovol & ~0x02) | (ucontrol->value.integer.value[0] ? 0x02 : 0x00); ovol 663 sound/pci/ice1712/aureon.c change = (ovol != nvol); ovol 958 sound/pci/ice1712/aureon.c unsigned short ovol, nvol; ovol 966 sound/pci/ice1712/aureon.c ovol = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; ovol 967 sound/pci/ice1712/aureon.c if (ovol != nvol) { ovol 1048 sound/pci/ice1712/aureon.c unsigned short ovol, nvol; ovol 1055 sound/pci/ice1712/aureon.c ovol = wm_get(ice, idx); ovol 1056 sound/pci/ice1712/aureon.c if ((ovol & 0x1f) != nvol) { ovol 1057 sound/pci/ice1712/aureon.c wm_put(ice, idx, nvol | (ovol & ~0x1f)); ovol 653 sound/pci/ice1712/phase.c unsigned short ovol, nvol; ovol 661 sound/pci/ice1712/phase.c ovol = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; ovol 662 sound/pci/ice1712/phase.c if (ovol != nvol) { ovol 183 sound/pci/ice1712/pontis.c unsigned short ovol, nvol; ovol 191 sound/pci/ice1712/pontis.c ovol = wm_get(ice, idx) & 0xff; ovol 192 sound/pci/ice1712/pontis.c if (ovol != nvol) { ovol 162 sound/pci/ice1712/prodigy192.c unsigned char tmp, ovol, nvol; ovol 171 sound/pci/ice1712/prodigy192.c ovol = 0x7f - (tmp & 0x7f); ovol 172 sound/pci/ice1712/prodigy192.c change = (ovol != nvol); ovol 174 sound/pci/ice1712/prodigy192.c ovol = (0x7f - nvol) | (tmp & 0x80); ovol 253 sound/pci/ice1712/prodigy192.c unsigned char ovol, nvol; ovol 259 sound/pci/ice1712/prodigy192.c ovol = 0x0f - stac9460_get(ice, reg); ovol 260 sound/pci/ice1712/prodigy192.c change = ((ovol & 0x0f) != nvol); ovol 262 sound/pci/ice1712/prodigy192.c stac9460_put(ice, reg, (0x0f - nvol) | (ovol & ~0x0f)); ovol 603 sound/pci/ice1712/prodigy_hifi.c unsigned short ovol, nvol; ovol 611 sound/pci/ice1712/prodigy_hifi.c ovol = wm_get(ice, idx) & 0xff; ovol 612 sound/pci/ice1712/prodigy_hifi.c if (ovol != nvol) { ovol 218 sound/pci/ice1712/wtm.c unsigned char tmp, ovol, nvol; ovol 225 sound/pci/ice1712/wtm.c ovol = 0x7f - (tmp & 0x7f); ovol 226 sound/pci/ice1712/wtm.c change = (ovol != nvol); ovol 239 sound/pci/ice1712/wtm.c ovol = 0x7f - (tmp & 0x7f); ovol 240 sound/pci/ice1712/wtm.c change = (ovol != nvol); ovol 355 sound/pci/ice1712/wtm.c unsigned char ovol, nvol; ovol 363 sound/pci/ice1712/wtm.c ovol = 0x0f - stac9460_get(ice, reg); ovol 364 sound/pci/ice1712/wtm.c change = ((ovol & 0x0f) != nvol); ovol 367 sound/pci/ice1712/wtm.c (ovol & ~0x0f)); ovol 373 sound/pci/ice1712/wtm.c ovol = 0x0f - stac9460_2_get(ice, reg); ovol 374 sound/pci/ice1712/wtm.c change = ((ovol & 0x0f) != nvol); ovol 377 sound/pci/ice1712/wtm.c (ovol & ~0x0f));