Symbol: wm8776_write
sound/pci/ice1712/maya44.c
570
wm8776_write(ice, wm, reg, data);
sound/pci/ice1712/maya44.c
98
wm8776_write(ice, wm, reg, val);
sound/pci/oxygen/xonar_wm87x6.c
133
wm8776_write(chip, reg, value);
sound/pci/oxygen/xonar_wm87x6.c
170
wm8776_write(chip, WM8776_RESET, 0);
sound/pci/oxygen/xonar_wm87x6.c
171
wm8776_write(chip, WM8776_PHASESWAP, WM8776_PH_MASK);
sound/pci/oxygen/xonar_wm87x6.c
172
wm8776_write(chip, WM8776_DACCTRL1, WM8776_DZCEN |
sound/pci/oxygen/xonar_wm87x6.c
174
wm8776_write(chip, WM8776_DACMUTE, chip->dac_mute ? WM8776_DMUTE : 0);
sound/pci/oxygen/xonar_wm87x6.c
175
wm8776_write(chip, WM8776_DACIFCTRL,
sound/pci/oxygen/xonar_wm87x6.c
177
wm8776_write(chip, WM8776_ADCIFCTRL,
sound/pci/oxygen/xonar_wm87x6.c
179
wm8776_write(chip, WM8776_MSTRCTRL, data->wm8776_regs[WM8776_MSTRCTRL]);
sound/pci/oxygen/xonar_wm87x6.c
180
wm8776_write(chip, WM8776_PWRDOWN, data->wm8776_regs[WM8776_PWRDOWN]);
sound/pci/oxygen/xonar_wm87x6.c
181
wm8776_write(chip, WM8776_HPLVOL, data->wm8776_regs[WM8776_HPLVOL]);
sound/pci/oxygen/xonar_wm87x6.c
182
wm8776_write(chip, WM8776_HPRVOL, data->wm8776_regs[WM8776_HPRVOL] |
sound/pci/oxygen/xonar_wm87x6.c
184
wm8776_write(chip, WM8776_ADCLVOL, data->wm8776_regs[WM8776_ADCLVOL]);
sound/pci/oxygen/xonar_wm87x6.c
185
wm8776_write(chip, WM8776_ADCRVOL, data->wm8776_regs[WM8776_ADCRVOL]);
sound/pci/oxygen/xonar_wm87x6.c
186
wm8776_write(chip, WM8776_ADCMUX, data->wm8776_regs[WM8776_ADCMUX]);
sound/pci/oxygen/xonar_wm87x6.c
187
wm8776_write(chip, WM8776_DACLVOL, chip->dac_volume[0]);
sound/pci/oxygen/xonar_wm87x6.c
188
wm8776_write(chip, WM8776_DACRVOL, chip->dac_volume[1] | WM8776_UPDATE);
sound/pci/oxygen/xonar_wm87x6.c
308
wm8776_write(chip, WM8776_RESET, 0);
sound/pci/oxygen/xonar_wm87x6.c
315
wm8776_write(chip, WM8776_RESET, 0);
sound/pci/oxygen/xonar_wm87x6.c
399
wm8776_write(chip, WM8776_DACMASTER,
sound/pci/oxygen/xonar_wm87x6.c
410
wm8776_write(chip, WM8776_DACLVOL, chip->dac_volume[0] |
sound/pci/oxygen/xonar_wm87x6.c
413
wm8776_write(chip, WM8776_DACRVOL,
sound/pci/oxygen/xonar_wm87x6.c
528
wm8776_write(chip, reg_index, reg_value);
sound/pci/oxygen/xonar_wm87x6.c
723
wm8776_write(chip, WM8776_HPMASTER,
sound/pci/oxygen/xonar_wm87x6.c
733
wm8776_write(chip, WM8776_HPLVOL,
sound/pci/oxygen/xonar_wm87x6.c
738
wm8776_write(chip, WM8776_HPRVOL,
sound/pci/oxygen/xonar_wm87x6.c
789
wm8776_write(chip, WM8776_ADCMUX, reg);
sound/pci/oxygen/xonar_wm87x6.c
955
wm8776_write(chip, WM8776_ADCIFCTRL, reg);