xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/rockchip,dummy-codec.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1* Rockchip Dummy Codec
2
3Required properties:
4
5- compatible: "rockchip,dummy-codec"
6
7Example for rk3308 dummy codec:
8
9dummy_codec: dummy-codec {
10	compatible = "rockchip,dummy-codec";
11};
12