mbox series

[0/7,resend] ASoC: fsl_sai: Cleanups and 1:1 bclk:mclk ratio support

Message ID 20220303073028.594183-1-s.hauer@pengutronix.de
Headers show
Series ASoC: fsl_sai: Cleanups and 1:1 bclk:mclk ratio support | expand

Message

Sascha Hauer March 3, 2022, 7:30 a.m. UTC
Resending this with the Cc: list expanded as Nicolin said he doesn't
work on FSL platforms at the moment.

This series has some updates for the fsl_sai driver: Some general
cleanup patches, a bugfix in the ip revision checking and finally
the mclk setting is made more accurate and support for 1:1 bclk:mclk
setting is added.

Ahmad Fatoum (2):
  ASoC: fsl_sai: simplify register poking in fsl_sai_set_bclk
  ASoC: fsl_sai: implement 1:1 bclk:mclk ratio support

Sascha Hauer (5):
  ASoC: fsl_sai: Drop unnecessary defines
  ASoC: fsl_sai: simplify irq return value
  ASoC: fsl_sai: store full version instead of major/minor
  ASoC: fsl_sai: Use better variable names
  ASoC: fsl_sai: use DIV_ROUND_CLOSEST() to calculate divider

 sound/soc/fsl/fsl_sai.c | 100 ++++++++++++++++++++--------------------
 sound/soc/fsl/fsl_sai.h |   9 +---
 2 files changed, 52 insertions(+), 57 deletions(-)