Searched refs:u16AudIf (Results 1 – 1 of 1) sorted by relevance
154 uint16_t u16AudIf = 0x010; /* I2S, 16-bit */ in nau8822_dsp_config() local163 u16AudIf = (u16AudIf & 0x1FE) | 0x0; in nau8822_dsp_config()167 u16AudIf = (u16AudIf & 0x1FE) | 0x1; in nau8822_dsp_config()195 u16AudIf = (u16AudIf & 0x19F) | (u8WLEN << 5); in nau8822_dsp_config()289 I2C_WriteNAU8822(4, u16AudIf); in nau8822_dsp_config()
Completed in 11 milliseconds