alc5623.txt 580 B

12345678910111213141516171819202122232425
  1. ALC5621/ALC5622/ALC5623 audio Codec
  2. Required properties:
  3. - compatible: "realtek,alc5623"
  4. - reg: the I2C address of the device.
  5. Optional properties:
  6. - add-ctrl: Default register value for Reg-40h, Additional Control
  7. Register. If absent or has the value of 0, the
  8. register is untouched.
  9. - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect
  10. Control Register. If absent or has value 0, the
  11. register is untouched.
  12. Example:
  13. alc5621: alc5621@1a {
  14. compatible = "alc5621";
  15. reg = <0x1a>;
  16. add-ctrl = <0x3700>;
  17. jack-det-ctrl = <0x4810>;
  18. };