All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] ALSA: hda: New NHLT functions and cleanup
@ 2021-11-26 13:47 Cezary Rojewski
  2021-11-26 13:47 ` [PATCH v4 1/3] ALSA: hda: Fill gaps in NHLT endpoint-interface Cezary Rojewski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Cezary Rojewski @ 2021-11-26 13:47 UTC (permalink / raw)
  To: alsa-devel
  Cc: pierre-louis.bossart, Cezary Rojewski, tiwai, hdegoede, broonie

Changes add two crucial functions: endpoint presence-check and
retrieval of endpoint's BLOB (hardware configuration) to NHLT API.

Outside of that, "is DMIC in NHLT?" check is being re-visited. No need
to check for channel count or anything DMIC-configuration related, just
straight up verify link_type presence.

Changes in v4:
- patch renaming nhlt_acpi_table struct to acpi_nhlt_table has been
  dropped due to naming conflicts with other parts of the kernel
- revoked previously appended tags from Mark and Pierre as every patch
  required an update due to above

Changes in v3:
- no code changes
- appended Mark's Acked-by tag for patch 4/4
- appended Pierre's Reviewed-by tag for all patches

Changes in v2:
- patch "ALSA hda: Drop device-argument in NHLT functions" has been
  dropped
- updated newly added declarations in intel-nhlt.h so warning:
  "no-previous-prototype-for-function" and error:
  "use-of-undeclared-identifier" are no longer observed when
  CONFIG_SND_INTEL_NHLT is not enabled
- added Mark's tag to the last patch of the series

Amadeusz Sławiński (3):
  ALSA: hda: Fill gaps in NHLT endpoint-interface
  ALSA: hda: Simplify DMIC-in-NHLT check
  ASoC: Intel: Skylake: Use NHLT API to search for blob

 include/sound/intel-nhlt.h             |  37 +++++++--
 sound/hda/intel-dsp-config.c           |   2 +-
 sound/hda/intel-nhlt.c                 | 102 +++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-nhlt.c     | 102 -------------------------
 sound/soc/intel/skylake/skl-pcm.c      |   3 +
 sound/soc/intel/skylake/skl-topology.c |  29 ++++---
 sound/soc/intel/skylake/skl-topology.h |   1 +
 sound/soc/intel/skylake/skl.h          |   4 -
 8 files changed, 153 insertions(+), 127 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-11-26 13:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 13:47 [PATCH v4 0/3] ALSA: hda: New NHLT functions and cleanup Cezary Rojewski
2021-11-26 13:47 ` [PATCH v4 1/3] ALSA: hda: Fill gaps in NHLT endpoint-interface Cezary Rojewski
2021-11-26 13:47 ` [PATCH v4 2/3] ALSA: hda: Simplify DMIC-in-NHLT check Cezary Rojewski
2021-11-26 13:47 ` [PATCH v4 3/3] ASoC: Intel: Skylake: Use NHLT API to search for blob Cezary Rojewski
2021-11-26 13:55 ` [PATCH v4 0/3] ALSA: hda: New NHLT functions and cleanup Cezary Rojewski

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.