CHROMIUM: ASoC: samsung: Spring is using max98095 codec
authorVincent Palatin <vpalatin@chromium.org>
Fri, 16 Nov 2012 17:28:50 +0000 (09:28 -0800)
committerGerrit <chrome-bot@google.com>
Fri, 16 Nov 2012 19:24:56 +0000 (11:24 -0800)
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>
sound/soc/samsung/daisy_max98095.c

index 6bbed03..ecefb87 100644 (file)
@@ -522,6 +522,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;