alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: Intel: SOF: clarifications on hardware support
@ 2021-12-07 19:39 Pierre-Louis Bossart
  2021-12-07 19:39 ` [PATCH 1/7] ASoC: SOF: Intel: ICL: move ICL-specific ops to icl.c Pierre-Louis Bossart
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Pierre-Louis Bossart @ 2021-12-07 19:39 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, broonie, Pierre-Louis Bossart

This patchset revisits the Intel hardware support in SOF. The HDAudio
DMA position information was not following hardware recommended
programming sequences (similar changes are already part of the HDaudio
legacy driver), and the stream assignment applied a work-around that
was only needed on specific versions of hardware. These changes are
not tagged as 'Fixes' and don't need to be applied to -stable
versions.

While we're at it, DPIB handling is improved, useless fields removed,
a comment added on JasperLake support, and IceLake-specific routines
are isolated.

Pierre-Louis Bossart (6):
  ASoC: SOF: Intel: hda-stream: limit PROCEN workaround
  ASoC: SOF: Intel: hda-ctrl: apply symmetry for DPIB
  ASoC: SOF: hda-stream: only enable DPIB if needed
  ASoC: SOF: Intel: hda: add quirks for HDAudio DMA position information
  ASoC: SOF: Intel: hda-dai: remove unused fields
  ASoC: SOF: Intel: add comment on JasperLake support

Ranjani Sridharan (1):
  ASoC: SOF: Intel: ICL: move ICL-specific ops to icl.c

 sound/soc/sof/intel/apl.c        |  1 +
 sound/soc/sof/intel/cnl.c        |  7 +++
 sound/soc/sof/intel/hda-ctrl.c   |  2 +-
 sound/soc/sof/intel/hda-dai.c    |  4 --
 sound/soc/sof/intel/hda-loader.c | 64 ------------------------
 sound/soc/sof/intel/hda-pcm.c    | 86 ++++++++++++++++++++++----------
 sound/soc/sof/intel/hda-stream.c | 25 ++++++----
 sound/soc/sof/intel/hda.c        |  9 +++-
 sound/soc/sof/intel/hda.h        |  8 ++-
 sound/soc/sof/intel/icl.c        | 67 ++++++++++++++++++++++++-
 sound/soc/sof/intel/shim.h       |  4 ++
 11 files changed, 169 insertions(+), 108 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-12-13 22:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 19:39 [PATCH 0/7] ASoC: Intel: SOF: clarifications on hardware support Pierre-Louis Bossart
2021-12-07 19:39 ` [PATCH 1/7] ASoC: SOF: Intel: ICL: move ICL-specific ops to icl.c Pierre-Louis Bossart
2021-12-07 19:39 ` [PATCH 2/7] ASoC: SOF: Intel: hda-stream: limit PROCEN workaround Pierre-Louis Bossart
2021-12-07 19:39 ` [PATCH 3/7] ASoC: SOF: Intel: hda-ctrl: apply symmetry for DPIB Pierre-Louis Bossart
2021-12-07 19:39 ` [PATCH 4/7] ASoC: SOF: hda-stream: only enable DPIB if needed Pierre-Louis Bossart
2021-12-07 19:39 ` [PATCH 5/7] ASoC: SOF: Intel: hda: add quirks for HDAudio DMA position information Pierre-Louis Bossart
2021-12-07 19:39 ` [PATCH 6/7] ASoC: SOF: Intel: hda-dai: remove unused fields Pierre-Louis Bossart
2021-12-07 19:39 ` [PATCH 7/7] ASoC: SOF: Intel: add comment on JasperLake support Pierre-Louis Bossart
2021-12-13 22:42 ` [PATCH 0/7] ASoC: Intel: SOF: clarifications on hardware support Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).