[PATCH 1/3] ASoC: soc-dai: add shared BCLK clock for cross-DAI rate constraints
Mark Brown
broonie at kernel.org
Thu Apr 30 05:01:45 PDT 2026
On Thu, Apr 30, 2026 at 03:46:01PM +0800, Troy Mitchell wrote:
> @@ -116,10 +116,27 @@ int snd_soc_dai_set_bclk_ratio(struct snd_soc_dai *dai, unsigned int ratio)
> dai->driver->ops->set_bclk_ratio)
> ret = dai->driver->ops->set_bclk_ratio(dai, ratio);
>
> + dai->bclk_ratio = ratio;
> +
> return soc_dai_ret(dai, ret);
> }
This needs an error check, if the op fails we'll write the error code as
the BCLK ratio.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20260430/8092a963/attachment.sig>
More information about the linux-riscv
mailing list