Searched refs:WM8776_ADCLVOL (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/sound/soc/codecs/ |
D | wm8776.h | 29 #define WM8776_ADCLVOL 0x0e macro
|
D | wm8776.c | 96 SOC_DOUBLE_R_TLV("Capture Volume", WM8776_ADCLVOL, WM8776_ADCRVOL, 99 SOC_DOUBLE_R("Capture ZC Switch", WM8776_ADCLVOL, WM8776_ADCRVOL, 8, 1, 0),
|
/linux-6.1.9/sound/pci/oxygen/ |
D | wm8776.h | 28 #define WM8776_ADCLVOL 0x0e macro
|
D | xonar_wm87x6.c | 184 wm8776_write(chip, WM8776_ADCLVOL, data->wm8776_regs[WM8776_ADCLVOL]); in wm8776_registers_init() 219 data->wm8776_regs[WM8776_ADCLVOL] = 0xa5 | WM8776_ZCA; in wm8776_init() 819 data->wm8776_regs[WM8776_ADCLVOL] & WM8776_AGMASK; in wm8776_input_vol_get() 835 (data->wm8776_regs[WM8776_ADCLVOL] & WM8776_AGMASK)) || in wm8776_input_vol_put() 838 wm8776_write_cached(chip, WM8776_ADCLVOL, in wm8776_input_vol_put()
|