Skip to content

Commit

Permalink
CHROMIUM: ASoC: samsung: Spring is using max98095 codec
Browse files Browse the repository at this point in the history
Spring is also using the Maxim max98095 codec for audio.
Add it to the list of supported boards.

Signed-off-by: Vincent Palatin <[email protected]>

BUG=chrome-os-partner:14490
TEST=on Spring, plug a headset, play a video on Youtube and hear the
sound.

Change-Id: If17a3ba240943412acf03b24058218c40781944f
Reviewed-on: https://gerrit.chromium.org/gerrit/38205
Reviewed-by: Dylan Reid <[email protected]>
Commit-Ready: Vincent Palatin <[email protected]>
Tested-by: Vincent Palatin <[email protected]>
  • Loading branch information
vpalatin authored and hsnaves committed Jun 30, 2014
1 parent 3afa3f9 commit b0c1d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/samsung/daisy_max98095.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ static __devinit int daisy_max98095_driver_probe(struct platform_device *pdev)
*/

if (!of_machine_is_compatible("google,snow") &&
!of_machine_is_compatible("google,spring") &&
!of_machine_is_compatible("google,daisy"))
return -ENODEV;

Expand Down

0 comments on commit b0c1d84

Please sign in to comment.