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]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux