All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Change kern log level to avoid unwanted messages
@ 2017-12-07 17:02 Naveen Manohar
  2017-12-08  3:00 ` Vinod Koul
  2017-12-08 18:50 ` Applied "ASoC: Intel: Change kern log level to avoid unwanted messages" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Naveen Manohar @ 2017-12-07 17:02 UTC (permalink / raw)
  To: alsa-devel
  Cc: vinod.koul, liam.r.girdwood, tiwai, broonie, naveen.m,
	harshapriya.n, pierre-louis.bossart

patch suppresses the warning message "control load not supported"
as this is a debug information to help debug issues in topology.

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: Change kern log level to avoid unwanted messages
  2017-12-07 17:02 [PATCH] ASoC: Change kern log level to avoid unwanted messages Naveen Manohar
@ 2017-12-08  3:00 ` Vinod Koul
  2017-12-08 18:50 ` Applied "ASoC: Intel: Change kern log level to avoid unwanted messages" to the asoc tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2017-12-08  3:00 UTC (permalink / raw)
  To: Naveen Manohar
  Cc: alsa-devel, tiwai, liam.r.girdwood, harshapriya.n, broonie,
	pierre-louis.bossart

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Applied "ASoC: Intel: Change kern log level to avoid unwanted messages" to the asoc tree
  2017-12-07 17:02 [PATCH] ASoC: Change kern log level to avoid unwanted messages Naveen Manohar
  2017-12-08  3:00 ` Vinod Koul
@ 2017-12-08 18:50 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-12-08 18:50 UTC (permalink / raw)
  Cc: alsa-devel, vinod.koul, liam.r.girdwood, tiwai, broonie,
	naveen.m, harshapriya.n, pierre-louis.bossart

The patch

   ASoC: Intel: Change kern log level to avoid unwanted messages

has been applied to the asoc tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 4362934a75ff2a399fd0bcd75937907115770020 Mon Sep 17 00:00:00 2001
From: Naveen Manohar <naveen.m@intel.com>
Date: Fri, 8 Dec 2017 09:30:18 +0530
Subject: [PATCH] ASoC: Intel: Change kern log level to avoid unwanted messages

patch suppresses the warning message "control load not supported"
as this is a debug information to help debug issues in topology.

Signed-off-by: Naveen Manohar <naveen.m@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/intel/skylake/skl-topology.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c
index a072bcf209d2..81923da18ac2 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;
 	}
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-08 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-07 17:02 [PATCH] ASoC: Change kern log level to avoid unwanted messages Naveen Manohar
2017-12-08  3:00 ` Vinod Koul
2017-12-08 18:50 ` Applied "ASoC: Intel: Change kern log level to avoid unwanted messages" to the asoc tree Mark Brown

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.