treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / rt1015.txt
blobfcfd02d8d32fbaa6890da5c0be4cdcdf7785ca95
1 RT1015 Mono Class D Audio Amplifier
3 This device supports I2C only.
5 Required properties:
7 - compatible : "realtek,rt1015".
9 - reg : The I2C address of the device.
12 Example:
14 rt1015: codec@28 {
15         compatible = "realtek,rt1015";
16         reg = <0x28>;