Home
last modified time | relevance | path

Searched refs:WM8776_AGMASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/oxygen/
Dwm8776.h137 #define WM8776_AGMASK 0x0ff macro
Dxonar_wm87x6.c828 data->wm8776_regs[WM8776_ADCLVOL] & WM8776_AGMASK; in wm8776_input_vol_get()
830 data->wm8776_regs[WM8776_ADCRVOL] & WM8776_AGMASK; in wm8776_input_vol_get()
844 (data->wm8776_regs[WM8776_ADCLVOL] & WM8776_AGMASK)) || in wm8776_input_vol_put()
846 (data->wm8776_regs[WM8776_ADCRVOL] & WM8776_AGMASK)); in wm8776_input_vol_put()