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