diff options
author | Koro Chen <koro.chen@mediatek.com> | 2016-02-19 10:35:59 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-22 20:12:23 +0900 |
commit | 0f83f9296d5c91d08cf46cf1ba8a17fb870dedf0 (patch) | |
tree | e2e8c1c6545560e97f89a915bf8ae7bf1f409d43 /Documentation | |
parent | 8174b35f1d9b54b740a935410c7b3891e3e2a119 (diff) |
ASoC: mediatek: Add machine driver for ALC5650 codec
This is the DPCM based machine driver with rt5650
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
Signed-off-by: Koro Chen <koro.chen@mediatek.com>
Signed-off-by: PC Liao <pc.liao@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8173-rt5650.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt8173-rt5650.txt b/Documentation/devicetree/bindings/sound/mt8173-rt5650.txt new file mode 100644 index 000000000000..fe5a5ef1714d --- /dev/null +++ b/Documentation/devicetree/bindings/sound/mt8173-rt5650.txt @@ -0,0 +1,15 @@ +MT8173 with RT5650 CODECS + +Required properties: +- compatible : "mediatek,mt8173-rt5650" +- mediatek,audio-codec: the phandles of rt5650 codecs +- mediatek,platform: the phandle of MT8173 ASoC platform + +Example: + + sound { + compatible = "mediatek,mt8173-rt5650"; + mediatek,audio-codec = <&rt5650>; + mediatek,platform = <&afe>; + }; + |