Searched refs:WM8904_REGVAL_OUT_VOL (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/audio/ |
D | wm8904.h | 80 #define WM8904_REGVAL_OUT_VOL(mute, vu, zc, vol) \ macro
|
D | wm8904.c | 222 const uint16_t val = WM8904_REGVAL_OUT_VOL(0, 0, 1, volume); in wm8904_out_volume_config() 232 const uint16_t val = WM8904_REGVAL_OUT_VOL(mute, 0, 0, 0); in wm8904_out_mute_config() 573 WM8904_REGVAL_OUT_VOL(0, 1, 0, 0), in wm8904_apply_properties() 578 WM8904_REGVAL_OUT_VOL(0, 1, 0, 0), in wm8904_apply_properties()
|