Searched refs:muteLeft (Results 1 – 2 of 2) sorted by relevance
230 status_t WM8904_SetMute(wm8904_handle_t *handle, bool muteLeft, bool muteRight);
414 status_t WM8904_SetMute(wm8904_handle_t *handle, bool muteLeft, bool muteRight) in WM8904_SetMute() argument417 uint16_t left = muteLeft ? 0x0100 : 0x0000; in WM8904_SetMute()
Completed in 7 milliseconds