mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00:00
a54f6f0c5b
This is the DPCM based machine driver with MAX98090 Signed-off-by: Koro Chen <koro.chen@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
MT8173 with MAX98090 CODEC
|
|
|
|
Required properties:
|
|
- compatible : "mediatek,mt8173-max98090"
|
|
- mediatek,audio-codec: the phandle of the MAX98090 audio codec
|
|
|
|
Example:
|
|
|
|
sound {
|
|
compatible = "mediatek,mt8173-max98090";
|
|
mediatek,audio-codec = <&max98090>;
|
|
};
|
|
|