Searched refs:muteRight (Results 1 – 2 of 2) sorted by relevance
457 status_t WM8904_SetMute(wm8904_handle_t *handle, bool muteLeft, bool muteRight);
1132 status_t WM8904_SetMute(wm8904_handle_t *handle, bool muteLeft, bool muteRight) in WM8904_SetMute() argument1136 uint16_t right = (uint16_t)(muteRight ? 0x0100U : 0x0000U); in WM8904_SetMute()