Naveen Krishna Chatradhi wrote: > > These pins are incorrectly configured for PCM2 > configure them to SPDIF(_OUT & _EXT_CLK) > > Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@xxxxxxxxxxx> > --- > 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; > } > -- OK, will apply into s5p-fixes-for-linus branch with Jassi's ack. Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html