WM_DAC_DIG_MASTER_ATTEN 983 sound/pci/ice1712/aureon.c val = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; WM_DAC_DIG_MASTER_ATTEN 1001 sound/pci/ice1712/aureon.c ovol = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; WM_DAC_DIG_MASTER_ATTEN 1003 sound/pci/ice1712/aureon.c wm_put(ice, WM_DAC_DIG_MASTER_ATTEN, nvol); /* prelatch */ WM_DAC_DIG_MASTER_ATTEN 1004 sound/pci/ice1712/aureon.c wm_put_nocache(ice, WM_DAC_DIG_MASTER_ATTEN, nvol | 0x100); /* update */ WM_DAC_DIG_MASTER_ATTEN 657 sound/pci/ice1712/phase.c val = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; WM_DAC_DIG_MASTER_ATTEN 676 sound/pci/ice1712/phase.c ovol = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; WM_DAC_DIG_MASTER_ATTEN 678 sound/pci/ice1712/phase.c wm_put(ice, WM_DAC_DIG_MASTER_ATTEN, nvol); /* prelatch */ WM_DAC_DIG_MASTER_ATTEN 680 sound/pci/ice1712/phase.c wm_put_nocache(ice, WM_DAC_DIG_MASTER_ATTEN, nvol | 0x100);