
26 Mar
2023
26 Mar
'23
5:46 p.m.
On 26/03/2023 15:10, Saalim Quadri wrote:
Convert the ALC5632 audio codec bindings to DT schema.
You got comment about threading. Do not ignore it.
Signed-off-by: Saalim Quadri danascape@gmail.com
Where is the changelog? What happened here?
.../devicetree/bindings/sound/alc5632.txt | 43 -------------
+examples:
- |
- #include <dt-bindings/gpio/gpio.h>
- i2c {
#address-cells = <1>;
#size-cells = <0>;
alc5632: codec@1a {
No improvements here.
compatible = "realtek,alc5632";
reg = <0x1a>;
gpio-controller;
#gpio-cells = <2>;
};
- };
Best regards, Krzysztof