Home
last modified time | relevance | path

Searched refs:XTFPGA_I2S_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/sound/soc/xtensa/
A Dxtfpga-i2s.c43 #define XTFPGA_I2S_FIFO_SIZE 8192 macro
313 i2s->tx_fifo_low = XTFPGA_I2S_FIFO_SIZE / 2; in xtfpga_i2s_hw_params()
361 .period_bytes_max = XTFPGA_I2S_FIFO_SIZE / 2 * 8,
363 .periods_max = XTFPGA_I2S_FIFO_SIZE * 8 / 2,
364 .buffer_bytes_max = XTFPGA_I2S_FIFO_SIZE * 8,

Completed in 4 milliseconds