All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: Naveen Manohar <naveen.m@intel.com>
Cc: alsa-devel@alsa-project.org, tiwai@suse.de,
	liam.r.girdwood@linux.intel.com, harshapriya.n@intel.com,
	broonie@kernel.org, pierre-louis.bossart@intel.com
Subject: Re: [PATCH] ASoC: Change kern log level to avoid unwanted messages
Date: Fri, 8 Dec 2017 08:30:53 +0530	[thread overview]
Message-ID: <20171208030051.GE32417@localhost> (raw)
In-Reply-To: <1512666160-30729-1-git-send-email-naveen.m@intel.com>

On Thu, Dec 07, 2017 at 10:32:40PM +0530, Naveen Manohar wrote:
> patch suppresses the warning message "control load not supported"
> as this is a debug information to help debug issues in topology.

Just a note the some users have been complaining about this and this makes
the noise go away.

Acked-By: Vinod Koul <vinod.koul@intel.com>

> Signed-off-by: Naveen Manohar <naveen.m@intel.com>
> 
> diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c
> index a072bcf..81923da 100644
> --- a/sound/soc/intel/skylake/skl-topology.c
> +++ b/sound/soc/intel/skylake/skl-topology.c
> @@ -2908,7 +2908,7 @@ static int skl_tplg_control_load(struct snd_soc_component *cmpnt,
>  		break;
>  
>  	default:
> -		dev_warn(bus->dev, "Control load not supported %d:%d:%d\n",
> +		dev_dbg(bus->dev, "Control load not supported %d:%d:%d\n",
>  			hdr->ops.get, hdr->ops.put, hdr->ops.info);
>  		break;
>  	}
> -- 
> 1.9.1
> 

-- 
~Vinod

  reply	other threads:[~2017-12-08  2:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-07 17:02 [PATCH] ASoC: Change kern log level to avoid unwanted messages Naveen Manohar
2017-12-08  3:00 ` Vinod Koul [this message]
2017-12-08 18:50 ` Applied "ASoC: Intel: Change kern log level to avoid unwanted messages" to the asoc tree Mark Brown

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=20171208030051.GE32417@localhost \
    --to=vinod.koul@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=harshapriya.n@intel.com \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=naveen.m@intel.com \
    --cc=pierre-louis.bossart@intel.com \
    --cc=tiwai@suse.de \
    /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.