Searched refs:audioInterface (Results 1 – 1 of 1) sorted by relevance
316 uint16_t audioInterface = 0U; in wm8904_set_master_clock() local328 wm8904_read_reg(dev, WM8904_REG_AUDIO_IF_2, &audioInterface); in wm8904_set_master_clock()330 audioInterface &= ~(uint16_t)0x1FU; in wm8904_set_master_clock()336 audioInterface |= 0U; in wm8904_set_master_clock()339 audioInterface |= 1U; in wm8904_set_master_clock()351 audioInterface |= (uint16_t)bclkDiv / 10U; in wm8904_set_master_clock()354 audioInterface |= 6U; in wm8904_set_master_clock()357 audioInterface |= 7U; in wm8904_set_master_clock()360 audioInterface |= 8U; in wm8904_set_master_clock()369 audioInterface |= (uint16_t)bclkDiv / 10U - 1U; in wm8904_set_master_clock()[all …]