On Fri, Jun 10, 2011 at 12:04 PM, Naveen Krishna Chatradhi <[email protected]> wrote: > These pins are incorrectly configured for PCM2 > configure them to SPDIF(_OUT & _EXT_CLK) > > Signed-off-by: Naveen Krishna Chatradhi <[email protected]> > --- > arch/arm/mach-exynos4/dev-audio.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-exynos4/dev-audio.c > b/arch/arm/mach-exynos4/dev-audio.c > index 6347594..5add5fa 100644 > --- a/arch/arm/mach-exynos4/dev-audio.c > +++ b/arch/arm/mach-exynos4/dev-audio.c > @@ -335,7 +335,7 @@ struct platform_device exynos4_device_ac97 = { > > static int exynos4_spdif_cfg_gpio(struct platform_device *pdev) > { > - s3c_gpio_cfgpin_range(EXYNOS4_GPC1(0), 2, S3C_GPIO_SFN(3)); > + s3c_gpio_cfgpin_range(EXYNOS4_GPC1(0), 2, S3C_GPIO_SFN(4)); > > return 0; > }
Acked-by: Jassi Brar <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
