mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00:00
662e8d917f
This is the DPCM based machine driver with rt5650 and rt5676 Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Signed-off-by: Koro Chen <koro.chen@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
MT8173 with RT5650 RT5676 CODECS
|
|
|
|
Required properties:
|
|
- compatible : "mediatek,mt8173-rt5650-rt5676"
|
|
- mediatek,audio-codec: the phandles of rt5650 and rt5676 codecs
|
|
|
|
Example:
|
|
|
|
sound {
|
|
compatible = "mediatek,mt8173-rt5650-rt5676";
|
|
mediatek,audio-codec = <&rt5650 &rt5676>;
|
|
};
|
|
|