Re: [PATCH 1/2] ASoC: codecs: nau8824: Add master clock handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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.





[Index of Archives]     [Pulseaudio]     [Linux Audio Users]     [ALSA Devel]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux