Lines Matching refs:dac_volume
187 wm8776_write(chip, WM8776_DACLVOL, chip->dac_volume[0]); in wm8776_registers_init()
188 wm8776_write(chip, WM8776_DACRVOL, chip->dac_volume[1] | WM8776_UPDATE); in wm8776_registers_init()
200 wm8766_write(chip, WM8766_LDA1, chip->dac_volume[2]); in wm8766_registers_init()
201 wm8766_write(chip, WM8766_RDA1, chip->dac_volume[3]); in wm8766_registers_init()
202 wm8766_write(chip, WM8766_LDA2, chip->dac_volume[4]); in wm8766_registers_init()
203 wm8766_write(chip, WM8766_RDA2, chip->dac_volume[5]); in wm8766_registers_init()
204 wm8766_write(chip, WM8766_LDA3, chip->dac_volume[6]); in wm8766_registers_init()
205 wm8766_write(chip, WM8766_RDA3, chip->dac_volume[7] | WM8766_UPDATE); in wm8766_registers_init()
398 if (chip->dac_volume[0] == chip->dac_volume[1]) { in update_wm8776_volume()
399 if (chip->dac_volume[0] != data->wm8776_regs[WM8776_DACLVOL] || in update_wm8776_volume()
400 chip->dac_volume[1] != data->wm8776_regs[WM8776_DACRVOL]) { in update_wm8776_volume()
402 chip->dac_volume[0] | WM8776_UPDATE); in update_wm8776_volume()
403 data->wm8776_regs[WM8776_DACLVOL] = chip->dac_volume[0]; in update_wm8776_volume()
404 data->wm8776_regs[WM8776_DACRVOL] = chip->dac_volume[0]; in update_wm8776_volume()
407 to_change = (chip->dac_volume[0] != in update_wm8776_volume()
409 to_change |= (chip->dac_volume[1] != in update_wm8776_volume()
412 wm8776_write(chip, WM8776_DACLVOL, chip->dac_volume[0] | in update_wm8776_volume()
416 chip->dac_volume[1] | WM8776_UPDATE); in update_wm8776_volume()
432 if (chip->dac_volume[2] == chip->dac_volume[3] && in update_wm87x6_volume()
433 chip->dac_volume[2] == chip->dac_volume[4] && in update_wm87x6_volume()
434 chip->dac_volume[2] == chip->dac_volume[5] && in update_wm87x6_volume()
435 chip->dac_volume[2] == chip->dac_volume[6] && in update_wm87x6_volume()
436 chip->dac_volume[2] == chip->dac_volume[7]) { in update_wm87x6_volume()
439 if (chip->dac_volume[2] != in update_wm87x6_volume()
444 chip->dac_volume[2] | WM8766_UPDATE); in update_wm87x6_volume()
447 chip->dac_volume[2]; in update_wm87x6_volume()
452 to_change |= (chip->dac_volume[2 + i] != in update_wm87x6_volume()
457 chip->dac_volume[2 + i] | in update_wm87x6_volume()