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 <yunhua.wei@amlogic.com>
This commit is contained in:
yunhua.wei
2019-09-10 11:32:16 +08:00
committed by Jianxin Pan
parent 489ff08e61
commit 69e605f9f4

View File

@@ -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");