]> 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)
committerMandar Padmawar <mpadmawar@nvidia.com>
Fri, 13 Jun 2014 09:19:34 +0000 (02:19 -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
Reviewed-by: Mandar Padmawar <mpadmawar@nvidia.com>
Tested-by: Mandar Padmawar <mpadmawar@nvidia.com>
sound/soc/codecs/rt5639.c

index 617974de60df4cd42449a29e7dcf9603f459e5d1..349423859b46c0bb85f743a4a9c08e27af26cb1b 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);