From 69e605f9f45c62d48ab73a0481701ec5bb37aef6 Mon Sep 17 00:00:00 2001 From: "yunhua.wei" Date: Tue, 10 Sep 2019 11:32:16 +0800 Subject: [PATCH] audio: change spdif input audio stuttering [1/1] PD#SH-1182 Problem: change spdif input audio stuttering Solution: Change the log level from pr_info to pr_debug Verify: A113D Change-Id: I44eb6d4453dddff7a1e8e4e2345603aa292ba161 Signed-off-by: yunhua.wei --- sound/soc/amlogic/auge/spdif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/amlogic/auge/spdif.c b/sound/soc/amlogic/auge/spdif.c index 43b3d62..9d66f3b 100644 --- a/sound/soc/amlogic/auge/spdif.c +++ b/sound/soc/amlogic/auge/spdif.c @@ -743,7 +743,7 @@ static void spdifin_status_event(struct aml_spdif *p_spdif) if (p_spdif->chipinfo && p_spdif->chipinfo->pcpd_separated) { if (intrpt_status & 0x8) { - pr_info("Pc changed, try to read spdifin audio type\n"); + pr_debug("Pc changed, try to read spdifin audio type\n"); extcon_set_state(p_spdif->edev, EXTCON_SPDIFIN_AUDIOTYPE, 1); @@ -757,7 +757,7 @@ static void spdifin_status_event(struct aml_spdif *p_spdif) #endif } if (intrpt_status & 0x10) - pr_info("Pd changed\n"); + pr_debug("Pd changed\n"); } else { if (intrpt_status & 0x8) pr_debug("CH status changed\n"); -- 2.7.4