[PATCH v12 3/6] sound/core: remove the trace from the DRM ELD helper

From: Jean-Francois Moine
Date: Fri May 08 2015 - 07:26:15 EST


Signed-off-by: Jean-Francois Moine <moinejf@xxxxxxx>
---
sound/core/pcm_drm_eld.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/core/pcm_drm_eld.c b/sound/core/pcm_drm_eld.c
index 47d9b60..a553d30 100644
--- a/sound/core/pcm_drm_eld.c
+++ b/sound/core/pcm_drm_eld.c
@@ -42,7 +42,6 @@ static int eld_limit_rates(struct snd_pcm_hw_params *params,
if (c->min <= channels)
rate_mask |= sad[1];
}
-printk("%s: r %d-%d c %d-%d m %x\n", __func__, r->min, r->max, c->min, c->max, rate_mask);
}

return snd_interval_list(r, ARRAY_SIZE(eld_rates), eld_rates,
--
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/