Searched refs:rightPositiveChannel (Results 1 – 1 of 1) sorted by relevance
1424 …uint8_t leftPositiveChannel = 0U, leftNegativeChannel = 0U, rightPositiveChannel = 0U, rightNegati… in WM8904_SetRecordChannel() local1458 rightPositiveChannel = 0U; in WM8904_SetRecordChannel()1462 rightPositiveChannel = 1U; in WM8904_SetRecordChannel()1466 rightPositiveChannel = 2U; in WM8904_SetRecordChannel()1483 rightNegativeChannel = rightPositiveChannel; in WM8904_SetRecordChannel()1487 …lue = (((uint16_t)rightNegativeChannel & 3U) << 4U) | (((uint16_t)rightPositiveChannel & 3U) << 2U… in WM8904_SetRecordChannel()