Searched refs:muteLeft (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() argument1135 uint16_t left = (uint16_t)(muteLeft ? 0x0100U : 0x0000U); in WM8904_SetMute()