mbox series

[v2,0/3] ASoC: rsnd: adjust convert rate in 1%

Message ID 875xlp2qf4.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: rsnd: adjust convert rate in 1% | expand

Message

Kuninori Morimoto Feb. 5, 2025, 12:20 a.m. UTC
Hi Mark
Cc Shimoda-san

Renesas Synchronous SRC Mode has HW limitation to be used in 1% rate
difference, but driver didn't care it. This patch-set adjust to it.

Link: https://lore.kernel.org/r/87o6zi32ry.wl-kuninori.morimoto.gx@renesas.com

v1 -> v2
	- tidyup git-log line
	- add Shimoda-san's Reviewd-by

Kuninori Morimoto (3):
  ASoC: rsnd: indicate unsupported clock rate
  ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime()
  ASoC: rsnd: adjust convert rate limitation

 sound/soc/renesas/rcar/core.c |  14 ----
 sound/soc/renesas/rcar/rsnd.h |   1 -
 sound/soc/renesas/rcar/src.c  | 116 +++++++++++++++++++++++++++-------
 sound/soc/renesas/rcar/ssi.c  |   3 +-
 4 files changed, 95 insertions(+), 39 deletions(-)