Skip to content

Commit b0c1d84

Browse files
vpalatinhsnaves
authored andcommitted
CHROMIUM: ASoC: samsung: Spring is using max98095 codec
Spring is also using the Maxim max98095 codec for audio. Add it to the list of supported boards. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> 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 <dgreid@chromium.org> Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org>
1 parent 3afa3f9 commit b0c1d84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/samsung/daisy_max98095.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ static __devinit int daisy_max98095_driver_probe(struct platform_device *pdev)
413413
*/
414414

415415
if (!of_machine_is_compatible("google,snow") &&
416+
!of_machine_is_compatible("google,spring") &&
416417
!of_machine_is_compatible("google,daisy"))
417418
return -ENODEV;
418419

0 commit comments

Comments
 (0)