From: Vincent Palatin Date: Fri, 16 Nov 2012 17:28:50 +0000 (-0800) Subject: CHROMIUM: ASoC: samsung: Spring is using max98095 codec X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=b6fa18b0b540416fe2a1af2921bc9d57a23b7bb3;p=cascardo%2Flinux.git 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 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 Commit-Ready: Vincent Palatin Tested-by: Vincent Palatin --- diff --git a/sound/soc/samsung/daisy_max98095.c b/sound/soc/samsung/daisy_max98095.c index 6bbed034a159..ecefb871d64d 100644 --- a/sound/soc/samsung/daisy_max98095.c +++ b/sound/soc/samsung/daisy_max98095.c @@ -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;