treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / rt5616.txt
blob540a4bf252e48eb4dcce34061b0b9ee537ab0d23
1 RT5616 audio CODEC
3 This device supports I2C only.
5 Required properties:
7 - compatible : "realtek,rt5616".
9 - reg : The I2C address of the device.
11 Optional properties:
13 - clocks: The phandle of the master clock to the CODEC.
15 - clock-names: Should be "mclk".
17 Pins on the device (for linking into audio routes) for RT5616:
19   * IN1P
20   * IN2P
21   * IN2N
22   * LOUTL
23   * LOUTR
24   * HPOL
25   * HPOR
27 Example:
29 rt5616: codec@1b {
30         compatible = "realtek,rt5616";
31         reg = <0x1b>;