forked from Minki/linux
31c26a6a84
Added machine driver to instantiate I2S based sound card on Snow board. It has MAX98095 audio codec on board. There are some other variants for Snow board which have MAX98090 audio codec. Hence support for MAX98090 is also added to this driver. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
Audio Binding for Snow boards
|
|
|
|
Required properties:
|
|
- compatible : Can be one of the following,
|
|
"google,snow-audio-max98090" or
|
|
"google,snow-audio-max98095"
|
|
- samsung,i2s-controller: The phandle of the Samsung I2S controller
|
|
- samsung,audio-codec: The phandle of the audio codec
|
|
|
|
Example:
|
|
|
|
sound {
|
|
compatible = "google,snow-audio-max98095";
|
|
|
|
samsung,i2s-controller = <&i2s0>;
|
|
samsung,audio-codec = <&max98095>;
|
|
};
|