treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / rt274.txt
blob791a1bd767b9166e9330bf9a0fc4f90dfcfc62b2
1 RT274 audio CODEC
3 This device supports I2C only.
5 Required properties:
7 - compatible : "realtek,rt274".
9 - reg : The I2C address of the device.
11 Optional properties:
13 - interrupts : The CODEC's interrupt output.
16 Pins on the device (for linking into audio routes) for RT274:
18   * DMIC1 Pin
19   * DMIC2 Pin
20   * MIC
21   * LINE1
22   * LINE2
23   * HPO Pin
24   * SPDIF
25   * LINE3
27 Example:
29 rt274: codec@1c {
30         compatible = "realtek,rt274";
31         reg = <0x1c>;
32         interrupts = <7 IRQ_TYPE_EDGE_FALLING>;