Searched refs:leftNegativeChannel (Results 1 – 1 of 1) sorted by relevance
1424 …uint8_t leftPositiveChannel = 0U, leftNegativeChannel = 0U, rightPositiveChannel = 0U, rightNegati… in WM8904_SetRecordChannel() local1441 leftNegativeChannel = 0U; in WM8904_SetRecordChannel()1445 leftNegativeChannel = 1U; in WM8904_SetRecordChannel()1449 leftNegativeChannel = 2U; in WM8904_SetRecordChannel()1453 leftNegativeChannel = leftPositiveChannel; in WM8904_SetRecordChannel()1486 …regLeftValue = (((uint16_t)leftNegativeChannel & 3U) << 4U) | (((uint16_t)leftPositiveChannel & 3… in WM8904_SetRecordChannel()