All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ASoC: SOF: trivial code/log/comment improvements
@ 2020-08-24 20:09 Pierre-Louis Bossart
  2020-08-24 20:09 ` [PATCH 1/8] ASoC: SOF: topology: (cosmetic) remove redundant variable initialisations Pierre-Louis Bossart
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Pierre-Louis Bossart @ 2020-08-24 20:09 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, broonie, Pierre-Louis Bossart

Remove useless variable initialization and allocation, adjust log
levels to make support easier, and fix comments. No functional
changes.

Guennadi Liakhovetski (2):
  ASoC: SOF: topology: (cosmetic) remove redundant variable
    initialisations
  ASoC: SOF: (cosmetic) use the "bool" type where it makes sense

Pierre-Louis Bossart (4):
  ASoC: SOF: IPC: reduce verbosity of IPC pointer updates
  ASoC: SOF: acpi: add dev_dbg() log for probe completion
  ASoC: SOF: Intel: add dev_dbg log when driver is not selected
  ASoC: Intel: use consistent HDAudio spelling in comments/docs

Ranjani Sridharan (2):
  ASoC: SOF: topology: remove unnecessary memory alloc for sdev->private
  ASoC: SOF: topology: reduce the log level for unhandled widgets

 include/sound/soc-acpi.h      |  2 +-
 sound/soc/intel/Kconfig       |  2 +-
 sound/soc/intel/skylake/skl.c |  6 +++---
 sound/soc/sof/Kconfig         |  2 +-
 sound/soc/sof/intel/Kconfig   |  2 +-
 sound/soc/sof/ipc.c           | 16 +++++++++++-----
 sound/soc/sof/pcm.c           |  8 ++++----
 sound/soc/sof/sof-acpi-dev.c  |  2 ++
 sound/soc/sof/sof-pci-dev.c   |  6 +++---
 sound/soc/sof/sof-priv.h      | 10 +++++-----
 sound/soc/sof/topology.c      | 20 ++++----------------
 11 files changed, 36 insertions(+), 40 deletions(-)


base-commit: aafdeba5cbc14cecee3797e669473b70a2b3e81e
-- 
2.25.1


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

end of thread, other threads:[~2020-08-25 20:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 20:09 [PATCH 0/8] ASoC: SOF: trivial code/log/comment improvements Pierre-Louis Bossart
2020-08-24 20:09 ` [PATCH 1/8] ASoC: SOF: topology: (cosmetic) remove redundant variable initialisations Pierre-Louis Bossart
2020-08-24 20:09 ` [PATCH 2/8] ASoC: SOF: (cosmetic) use the "bool" type where it makes sense Pierre-Louis Bossart
2020-08-24 20:09 ` [PATCH 3/8] ASoC: SOF: topology: remove unnecessary memory alloc for sdev->private Pierre-Louis Bossart
2020-08-24 20:09 ` [PATCH 4/8] ASoC: SOF: topology: reduce the log level for unhandled widgets Pierre-Louis Bossart
2020-08-24 20:09 ` [PATCH 5/8] ASoC: SOF: IPC: reduce verbosity of IPC pointer updates Pierre-Louis Bossart
2020-08-24 20:09 ` [PATCH 6/8] ASoC: SOF: acpi: add dev_dbg() log for probe completion Pierre-Louis Bossart
2020-08-24 20:09 ` [PATCH 7/8] ASoC: SOF: Intel: add dev_dbg log when driver is not selected Pierre-Louis Bossart
2020-08-24 20:09 ` [PATCH 8/8] ASoC: Intel: use consistent HDAudio spelling in comments/docs Pierre-Louis Bossart
2020-08-25 20:19 ` [PATCH 0/8] ASoC: SOF: trivial code/log/comment improvements 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.