/* fifo stopped */
if ((cnt0 == cnt1) && (cnt0 == cnt2) && (cnt0 < (0x40 - 2))) {
- pr_info("%s(), i (%d) cnt(%d) break out\n",
+ pr_debug("%s(), i (%d) cnt(%d) break out\n",
__func__, i, cnt2);
fifo_stop = true;
break;
addr_reply = aml_toddr_get_position(to);
if (addr_request == addr_reply) {
- pr_info("%s(), fifo_stop %d\n", __func__, fifo_stop);
+ pr_debug("%s(), fifo_stop %d\n", __func__, fifo_stop);
return true;
}
else
toddr_type = 0;
- pr_info("%s Expected toddr src:%s\n",
- __func__,
- toddr_src_get_str(src));
-
msb = 28 - 1;
if (bit_depth == 16)
lsb = 28 - bit_depth;
else
lsb = 4;
- pr_info("%s m:%d, n:%d, toddr type:%d\n",
- __func__, msb, lsb, toddr_type);
+ pr_debug("%s Expected toddr src:%s, m:%d, n:%d, toddr type:%d\n",
+ __func__, toddr_src_get_str(src),
+ msb, lsb, toddr_type);
fmt.type = toddr_type;
fmt.msb = msb;
else
toddr_type = 0;
- pr_info("%s Expected toddr src:%s\n",
- __func__,
- toddr_src_get_str(src));
-
if (src == FRATV) {
/* Now tv supports 48k, 16bits */
if ((bit_depth != 16) || (runtime->rate != 48000)) {
return -EINVAL;
}
- pr_info("%s m:%d, n:%d\n", __func__, msb, lsb);
+ pr_debug("%s Expected toddr src:%s, m:%d, n:%d, toddr type:%d\n",
+ __func__, toddr_src_get_str(src),
+ msb, lsb, toddr_type);
fmt.type = toddr_type;
fmt.msb = msb;
aml_frddr_enable(p_extn->fddr, true);
} else {
- dev_info(substream->pcm->card->dev, "External Capture enable\n");
+ dev_dbg(substream->pcm->card->dev,
+ "External Capture enable\n");
if (src == FRATV)
fratv_enable(true);
fratv_enable(false);
else if (src == FRHDMIRX)
frhdmirx_enable(false);
- dev_info(substream->pcm->card->dev, "External Capture disable\n");
+
+ dev_dbg(substream->pcm->card->dev,
+ "External Capture disable\n");
toddr_stopped = aml_toddr_burst_finished(p_extn->tddr);
if (toddr_stopped)