Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) ALC5621/ALC5622/ALC5623 audio Codec
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  - compatible:	"realtek,alc5623"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)  - reg:		the I2C address of the device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)  - add-ctrl:	  Default register value for Reg-40h, Additional Control
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 		  Register. If absent or has the value of 0, the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 		  register is untouched.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)  - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 		  Control Register. If absent or has value 0, the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		  register is untouched.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	alc5621: alc5621@1a {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 		compatible = "alc5621";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 		reg = <0x1a>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 		add-ctrl = <0x3700>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 		jack-det-ctrl = <0x4810>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	};