summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-06-20 13:33:20 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:15:44 +0200
commitc9e63f623031c84f22f28947b879ad9b24be12bb (patch)
tree5732a5b8cbaa5359b6fe0f4437422002d08bad2b /sound
parentef9265d9221071e5578f9ade2e4b5df4897e97c5 (diff)
ux500: sound: Withdraw some console traces
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/ux500/ux500_ab5500.c2
-rw-r--r--sound/soc/ux500/ux500_ab8500.c4
2 files changed, 2 insertions, 4 deletions
diff --git a/sound/soc/ux500/ux500_ab5500.c b/sound/soc/ux500/ux500_ab5500.c
index 711351e2f55..551ec05fcb5 100644
--- a/sound/soc/ux500/ux500_ab5500.c
+++ b/sound/soc/ux500/ux500_ab5500.c
@@ -16,8 +16,6 @@
#include "../codecs/ab5500.h"
int ux500_ab5500_startup(struct snd_pcm_substream *substream)
{
- printk(KERN_DEBUG "%s: Enter.\n", __func__);
-
return 0;
}
diff --git a/sound/soc/ux500/ux500_ab8500.c b/sound/soc/ux500/ux500_ab8500.c
index 1d08ec9fa5c..be647daeeed 100644
--- a/sound/soc/ux500/ux500_ab8500.c
+++ b/sound/soc/ux500/ux500_ab8500.c
@@ -135,7 +135,7 @@ static const struct snd_kcontrol_new mclk_input_control = {
static int enable_regulator(enum regulator_idx idx)
{
int ret;
-pr_err("%s: DORIAN regulator %d.\n", __func__, (int)idx);
+
if (reg_enabled[idx])
return 0;
@@ -313,7 +313,7 @@ int ux500_ab8500_startup(struct snd_pcm_substream *substream)
void ux500_ab8500_shutdown(struct snd_pcm_substream *substream)
{
- pr_info("%s: Enter\n", __func__);
+ pr_debug("%s: Enter\n", __func__);
/* Reset slots configuration to default(s) */
if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)