All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: SOF: code cleanups for 5.14
@ 2021-05-21  9:27 Kai Vehmanen
  2021-05-21  9:27 ` [PATCH 1/7] ASoC: SOF: Check desc->ops directly in acpi/pci/of probe functions Kai Vehmanen
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Kai Vehmanen @ 2021-05-21  9:27 UTC (permalink / raw)
  To: alsa-devel, broonie
  Cc: kai.vehmanen, yung-chuan.liao, lgirdwood, pierre-louis.bossart,
	ranjani.sridharan, daniel.baluta

Set of code cleanups for issues found in code review.

Jaska Uimonen (1):
  ASoC: SOF: topology: fix assignment to use le32_to_cpu

Keyon Jie (1):
  ASoC: SOF: ops: print out the polling register

Peter Ujfalusi (4):
  ASoC: SOF: Check desc->ops directly in acpi/pci/of probe functions
  ASoC: SOF: pci: No need to cast second time to save the desc
  ASoC: SOF: loader: Use snd_sof_dsp_block_read() instead
    sof_block_read()
  ASoC: SOF: Intel: hda: Remove conditions against CONFIG_PCI

Pierre-Louis Bossart (1):
  ASoC: SOF: ops: don't return void value

 sound/soc/sof/intel/hda.c    |  8 +++-----
 sound/soc/sof/loader.c       |  2 +-
 sound/soc/sof/ops.h          | 10 ++++++----
 sound/soc/sof/sof-acpi-dev.c |  5 +----
 sound/soc/sof/sof-of-dev.c   |  5 +----
 sound/soc/sof/sof-pci-dev.c  |  7 ++-----
 sound/soc/sof/topology.c     |  2 +-
 7 files changed, 15 insertions(+), 24 deletions(-)


base-commit: aa736700f42fa0813e286ca2f9274ffaa25163b9
-- 
2.31.0


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

end of thread, other threads:[~2021-05-21 15:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21  9:27 [PATCH 0/7] ASoC: SOF: code cleanups for 5.14 Kai Vehmanen
2021-05-21  9:27 ` [PATCH 1/7] ASoC: SOF: Check desc->ops directly in acpi/pci/of probe functions Kai Vehmanen
2021-05-21  9:27 ` [PATCH 2/7] ASoC: SOF: pci: No need to cast second time to save the desc Kai Vehmanen
2021-05-21  9:28 ` [PATCH 3/7] ASoC: SOF: ops: print out the polling register Kai Vehmanen
2021-05-21  9:28 ` [PATCH 4/7] ASoC: SOF: loader: Use snd_sof_dsp_block_read() instead sof_block_read() Kai Vehmanen
2021-05-21  9:28 ` [PATCH 5/7] ASoC: SOF: topology: fix assignment to use le32_to_cpu Kai Vehmanen
2021-05-21  9:28 ` [PATCH 6/7] ASoC: SOF: ops: don't return void value Kai Vehmanen
2021-05-21  9:28 ` [PATCH 7/7] ASoC: SOF: Intel: hda: Remove conditions against CONFIG_PCI Kai Vehmanen
2021-05-21 15:08 ` [PATCH 0/7] ASoC: SOF: code cleanups for 5.14 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.