ASoC: samsung: Extend snow driver to support MAX98091
authorTushar Behera <tushar.b@samsung.com>
Fri, 20 Jun 2014 08:03:16 +0000 (13:33 +0530)
committerMark Brown <broonie@linaro.org>
Mon, 30 Jun 2014 18:52:40 +0000 (19:52 +0100)
Peach-pi board has MAX98091 CODEC. Extend snow machine driver to support
this board.

Signed-off-by: Tushar Behera <tushar.b@samsung.com>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/sound/snow.txt
sound/soc/samsung/snow.c

index 678b191c37b8922e7ca2dc418407a1fdd7c1c64b..e0b7a8207f5f6bccf298ef0af7ecde9e9922ec70 100644 (file)
@@ -3,6 +3,7 @@ Audio Binding for Snow boards
 Required properties:
 - compatible : Can be one of the following,
                        "google,snow-audio-max98090" or
+                       "google,snow-audio-max98091" or
                        "google,snow-audio-max98095"
 - samsung,i2s-controller: The phandle of the Samsung I2S controller
 - samsung,audio-codec: The phandle of the audio codec
index 014c177840ba05e9066a567e896ebd12452fc5d1..8bbd348358ddbab20acd4c27ebd5d7999061fea0 100644 (file)
@@ -103,6 +103,7 @@ static int snow_probe(struct platform_device *pdev)
 
 static const struct of_device_id snow_of_match[] = {
        { .compatible = "google,snow-audio-max98090", },
+       { .compatible = "google,snow-audio-max98091", },
        { .compatible = "google,snow-audio-max98095", },
        {},
 };
This page took 0.026147 seconds and 5 git commands to generate.