27.06.2024 03:44, AS50 KCHSU0 wrote:
+ nau8824->mclk = devm_clk_get(component->dev, "mclk"); + if (PTR_ERR(nau8824->mclk) == -EPROBE_DEFER) + return -EPROBE_DEFER; + return 0; }Would it be better to move the retrieval of mclk property to the function nau8824_read_device_properties? All properties can be read together.
Sure. I will do it in V2.
- References:
- [PATCH 0/2] Add master clock handling for nau8824
- From: Maxim Kochetkov
- [PATCH 1/2] ASoC: codecs: nau8824: Add master clock handling
- From: Maxim Kochetkov
- Re: [PATCH 1/2] ASoC: codecs: nau8824: Add master clock handling
- From: AS50 KCHSU0
- [PATCH 0/2] Add master clock handling for nau8824
- Prev by Date: Re: [PATCH] ASoC: dt-bindings: realtek,rt5677: Convert to dtschema
- Next by Date: Re: [PATCH RESEND v11 0/5] Add support for CS40L50
- Previous by thread: Re: [PATCH 1/2] ASoC: codecs: nau8824: Add master clock handling
- Next by thread: Re: [PATCH 0/2] Add master clock handling for nau8824
- Index(es):