Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/audio/
Dwm8904.h80 #define WM8904_REGVAL_OUT_VOL(mute, vu, zc, vol) \ macro
Dwm8904.c222 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()