All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Francois Moine <moinejf@free.fr>
To: Mark Brown <broonie@kernel.org>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: Dave Airlie <airlied@gmail.com>,
	Andrew Jackson <Andrew.Jackson@arm.com>,
	Jyri Sarha <jsarha@ti.com>,
	alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v12 3/6] sound/core: remove the trace from the DRM ELD helper
Date: Fri, 8 May 2015 10:07:59 +0200	[thread overview]
Message-ID: <ff645b668ab3fa3cbebde9e4e14e3541d9cf2b33.1431083916.git.moinejf@free.fr> (raw)
In-Reply-To: <cover.1431083916.git.moinejf@free.fr>

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
---
 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


  parent reply	other threads:[~2015-05-08 11:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-08 11:18 [PATCH v12 0/6] ASoC: tda998x: add a codec to the HDMI transmitter Jean-Francois Moine
2015-05-08  7:39 ` [PATCH v12 1/6] drm/edid: add function to help find SADs Jean-Francois Moine
2015-05-08  7:39   ` Jean-Francois Moine
2015-05-08 11:33   ` Russell King - ARM Linux
2015-05-08  8:01 ` [PATCH v12 2/6] sound/core: add DRM ELD helper Jean-Francois Moine
2015-05-08 11:32   ` Russell King - ARM Linux
2015-05-08 11:32     ` Russell King - ARM Linux
2015-05-08  8:07 ` Jean-Francois Moine [this message]
2015-05-08  8:18 ` [PATCH v12 4/6] drm/i2c: tda998x: Add support of a DT graph of ports Jean-Francois Moine
2015-05-08  8:23 ` [PATCH v12 5/6] drm/i2c: tda998x: Change drvdata for audio extension Jean-Francois Moine
2015-05-08  8:41 ` [PATCH v12 6/6] ASoC: tda998x: add a codec to the HDMI transmitter Jean-Francois Moine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ff645b668ab3fa3cbebde9e4e14e3541d9cf2b33.1431083916.git.moinejf@free.fr \
    --to=moinejf@free.fr \
    --cc=Andrew.Jackson@arm.com \
    --cc=airlied@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jsarha@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.