Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dwm8750.c49 uint8_t outvol[7], outmute[2]; member
281 s->outvol[0] = 0xff; in wm8750_reset()
282 s->outvol[1] = 0xff; in wm8750_reset()
283 s->outvol[2] = 0x79; in wm8750_reset()
284 s->outvol[3] = 0x79; in wm8750_reset()
285 s->outvol[4] = 0x79; in wm8750_reset()
286 s->outvol[5] = 0x79; in wm8750_reset()
287 s->outvol[6] = 0x79; in wm8750_reset()
461 s->outvol[0] = value & 0xff; /* LDACVOL */ in wm8750_tx()
466 s->outvol[1] = value & 0xff; /* RDACVOL */ in wm8750_tx()
[all …]