msm: qdsp6: change normal operation prints to pr_debug

There is no need to print port numbers and indices every time the phone
plays a sound. Instead, make these pr_debugs, so that they can still be
turned on for debugging purposes while not clogging normal logs.

Change-Id: Id1a8584ebc3e0160b170820eb4c47c8491388f45
Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>
diff --git a/sound/soc/msm/qdsp6/q6adm.c b/sound/soc/msm/qdsp6/q6adm.c
index d8d9c64..177e1d8 100644
--- a/sound/soc/msm/qdsp6/q6adm.c
+++ b/sound/soc/msm/qdsp6/q6adm.c
@@ -615,7 +615,7 @@
 	if (afe_validate_port(port_id) < 0)
 		return -EINVAL;
 
-	pr_info("%s port_id=%d index %d\n", __func__, port_id, index);
+	pr_debug("%s port_id=%d index %d\n", __func__, port_id, index);
 
 	if (!(atomic_read(&this_adm.copp_cnt[index]))) {
 		pr_err("%s: copp count for port[%d]is 0\n", __func__, port_id);