Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/oxygen/
H A Dwm8776.h134 #define WM8776_AGMASK 0x0ff macro
H A Dxonar_wm87x6.c819 data->wm8776_regs[WM8776_ADCLVOL] & WM8776_AGMASK; in wm8776_input_vol_get()
821 data->wm8776_regs[WM8776_ADCRVOL] & WM8776_AGMASK; in wm8776_input_vol_get()
835 (data->wm8776_regs[WM8776_ADCLVOL] & WM8776_AGMASK)) || in wm8776_input_vol_put()
837 (data->wm8776_regs[WM8776_ADCRVOL] & WM8776_AGMASK)); in wm8776_input_vol_put()