mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user