]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
asoc: rt5639: lower verbose level of hp_amp_power()
authorShreshtha Sahu <ssahu@nvidia.com>
Thu, 12 Jun 2014 05:49:55 +0000 (11:19 +0530)
committerShreshtha Sahu <ssahu@nvidia.com>
Tue, 17 Jun 2014 09:09:07 +0000 (02:09 -0700)
hp_amp_power is called multiple times during widget
power on and power on/off info is helpful in debugging.
so moving print from info to debug.

Bug 200010480

Change-Id: Id8db60f1617cd7a5d939ffcf8192201658d6fe96
Signed-off-by: Shreshtha Sahu <ssahu@nvidia.com>
Reviewed-on: http://git-master/r/422579
(cherry picked from commit f75b4c2f0318a559037866aa4eacd0d4578d7e62)
Reviewed-on: http://git-master/r/423562
GVS: Gerrit_Virtual_Submit
Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
sound/soc/codecs/rt5639.c

index 5edf46c2b676227d1d943ca27ed5e6285866452e..325249fa18f1a45af1e08c32067c795a41a7d743 100644 (file)
@@ -1574,7 +1574,7 @@ static int rt5639_set_dmic2_event(struct snd_soc_dapm_widget *w,
 static void hp_amp_power(struct snd_soc_codec *codec, int on)
 {
        static int hp_amp_power_count;
-       dev_info(codec->dev,
+       dev_dbg(codec->dev,
                "one bit hp_amp_power on=%d hp_amp_power_count=%d\n",
                on, hp_amp_power_count);