ASoC: rt5663: Add the manual offset field to compensate the DC offset
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / rt5663.txt
1 RT5663 audio CODEC
2
3 This device supports I2C only.
4
5 Required properties:
6
7 - compatible : "realtek,rt5663".
8
9 - reg : The I2C address of the device.
10
11 - interrupts : The CODEC's interrupt output.
12
13 Optional properties:
14
15 - "realtek,dc_offset_l_manual"
16 - "realtek,dc_offset_r_manual"
17   Based on the different PCB layout, add the manual offset value to
18   compensate the DC offset for each L and R channel.
19
20 Pins on the device (for linking into audio routes) for RT5663:
21
22   * IN1P
23   * IN1N
24   * IN2P
25   * IN2N
26   * HPOL
27   * HPOR
28
29 Example:
30
31 codec: rt5663@12 {
32         compatible = "realtek,rt5663";
33         reg = <0x12>;
34         interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
35 };