Skip to content

Commit

Permalink
ASoC: samsung: Extend snow driver to support MAX98091
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tushar Behera authored and Mark Brown committed Jun 30, 2014
1 parent 41adf90 commit 46aed59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/sound/snow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sound/soc/samsung/snow.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
{},
};
Expand Down

0 comments on commit 46aed59

Please sign in to comment.