Re: [PATCh v3 11/14] ASoC: rsnd: src: Add SRC reset and clock support for RZ/G3E

From: Mark Brown

Date: Thu Apr 02 2026 - 14:11:50 EST


On Thu, Apr 02, 2026 at 06:24:33PM +0200, John Madieu wrote:

> @@ -526,6 +527,12 @@ static int rsnd_src_init(struct rsnd_mod *mod,
> if (ret < 0)
> return ret;
>
> + ret = clk_prepare_enable(priv->clk_scu_supply);
> + if (ret) {
> + dev_err(dev, "Cannot enable scu_supply_clk\n");
> + return ret;
> + }
> +
> rsnd_src_activation(mod);
>
> rsnd_src_init_convert_rate(io, mod);

Shouldn't this have some handling like the adg does for splitting
prepare and enable for the same reasons?

Attachment: signature.asc
Description: PGP signature