Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] ASoC: SOF/Intel: remove __func__ from dev_dbg()
@ 2022-06-16 21:53 Pierre-Louis Bossart
  2022-06-16 21:53 ` [PATCH 01/13] ASoC: SOF: Intel: hda-dsp: report error on power-up/down Pierre-Louis Bossart
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Pierre-Louis Bossart @ 2022-06-16 21:53 UTC (permalink / raw)
  To: alsa-devel
  Cc: Cezary Rojewski, tiwai, Greg Kroah-Hartman, Pierre-Louis Bossart,
	broonie, Amadeusz Sławiński

Cleanups suggested by Greg KH during SoundWire reviews, since the
__func__ information can be added with the dyndbg kernel parameter
[1].

The first two patches change the error level in cases where the use of
dev_dbg() was inconsistent with an aborted programming sequence.

[1] https://lore.kernel.org/alsa-devel/20220610023537.27223-2-yung-chuan.liao@linux.intel.com/

Pierre-Louis Bossart (13):
  ASoC: SOF: Intel: hda-dsp: report error on power-up/down
  ASoC: SOF: Intel: hda-stream: report error on stream not opened
  ASoC: SOF: Intel: hda-dai: remove use of __func__ in dev_dbg
  ASoC: SOF: Intel: hda-stream: remove use of __func__ in dev_dbg
  ASoC: SOF: Intel: mtl: remove use of __func__ in dev_dbg
  ASoC: SOF: ipc3-dtrace: remove use of __func__ in dev_dbg
  ASoC: SOF: ipc3-loader: remove use of __func__ in dev_dbg
  ASoC: SOF: ipc3-topology: remove use of __func__ in dev_dbg
  ASoC: SOF: ipc4-topology remove use of __func__ in dev_dbg
  ASoC: SOF: sof-client: remove use of __func__ in dev_dbg
  ASoC: SOF: ipc4: remove use of __func__ in dev_dbg
  ASoC: Intel: boards: hda: remove use of __func__ in dev_dbg
  ASoC: Intel: boards: sof_sdw: remove use of __func__ in dev_dbg

 sound/soc/intel/boards/hda_dsp_common.c      |  4 ++--
 sound/soc/intel/boards/skl_hda_dsp_generic.c |  4 ++--
 sound/soc/intel/boards/sof_sdw.c             |  2 +-
 sound/soc/sof/intel/hda-dai.c                |  6 +++---
 sound/soc/sof/intel/hda-dsp.c                |  4 ++--
 sound/soc/sof/intel/hda-stream.c             |  6 +++---
 sound/soc/sof/intel/mtl.c                    |  3 +--
 sound/soc/sof/ipc3-dtrace.c                  |  5 ++---
 sound/soc/sof/ipc3-loader.c                  | 11 +++++------
 sound/soc/sof/ipc3-topology.c                |  4 ++--
 sound/soc/sof/ipc4-topology.c                | 18 +++++++++---------
 sound/soc/sof/ipc4.c                         |  2 +-
 sound/soc/sof/sof-client.c                   |  4 ++--
 13 files changed, 35 insertions(+), 38 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-06-17 16:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-16 21:53 [PATCH 00/13] ASoC: SOF/Intel: remove __func__ from dev_dbg() Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 01/13] ASoC: SOF: Intel: hda-dsp: report error on power-up/down Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 02/13] ASoC: SOF: Intel: hda-stream: report error on stream not opened Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 03/13] ASoC: SOF: Intel: hda-dai: remove use of __func__ in dev_dbg Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 04/13] ASoC: SOF: Intel: hda-stream: " Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 05/13] ASoC: SOF: Intel: mtl: " Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 06/13] ASoC: SOF: ipc3-dtrace: " Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 07/13] ASoC: SOF: ipc3-loader: " Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 08/13] ASoC: SOF: ipc3-topology: " Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 09/13] ASoC: SOF: ipc4-topology " Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 10/13] ASoC: SOF: sof-client: " Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 11/13] ASoC: SOF: ipc4: " Pierre-Louis Bossart
2022-06-16 21:53 ` [PATCH 12/13] ASoC: Intel: boards: hda: " Pierre-Louis Bossart
2022-06-17 12:25   ` Cezary Rojewski
2022-06-16 21:53 ` [PATCH 13/13] ASoC: Intel: boards: sof_sdw: " Pierre-Louis Bossart
2022-06-17 16:29 ` [PATCH 00/13] ASoC: SOF/Intel: remove __func__ from dev_dbg() Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox