mbox series

[v2,0/2] ASoC: fsl_sai: Fill Tx FIFO to avoid initial underruns

Message ID 20230629141034.2659669-1-s.hauer@pengutronix.de (mailing list archive)
Headers show
Series ASoC: fsl_sai: Fill Tx FIFO to avoid initial underruns | expand

Message

Sascha Hauer June 29, 2023, 2:10 p.m. UTC
This series fixes initial underruns that can occur in the TX queue of
the fsl_sai interface when starting playback. These patches are around
here for quite some time and have proven useful. Time to upstream them.

Sascha

Changes since v1:
- Add missing Signed-off-by:

Ahmad Fatoum (2):
  ASoC: fsl_sai: refactor TDM slots calculation into helper function
  ASoC: fsl_sai: Fill Tx FIFO to avoid initial underruns

 sound/soc/fsl/fsl_sai.c | 38 +++++++++++++++++++++++++++++++++-----
 sound/soc/fsl/fsl_sai.h |  1 +
 2 files changed, 34 insertions(+), 5 deletions(-)