Searched refs:vol_ret (Results 1 – 2 of 2) sorted by relevance
389 uint32_t vol_ret[2] = {vl, vr}; in handleSetVolume() local390 memcpy(pReplyData, vol_ret, sizeof(vol_ret)); in handleSetVolume()
3448 int32_t vol_ret[2] = {1 << 24, 1 << 24}; // Apply no volume in Effect_command() local3493 memcpy(pReplyData, vol_ret, sizeof(int32_t) * 2); in Effect_command()