mbox series

[GIT,PULL] HDMI codec improvements

Message ID 20210608152336.3shidfqym2pgmj7p@gilmour (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] HDMI codec improvements | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/asoc-hdmi-codec-improvements

Message

Maxime Ripard June 8, 2021, 3:23 p.m. UTC
Hi,

Here's a PR for the changes to hdmi-codec that need to be shared between
drm and ASoC.

Thanks!
Maxime

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/asoc-hdmi-codec-improvements

for you to fetch changes up to aee87e9c8fc0efbe933f0a8371990a0754ac65fd:

  ASoC: hdmi-codec: Add a prepare hook (2021-06-08 17:06:00 +0200)

----------------------------------------------------------------
Improvements to the hdmi-codec driver and ALSA infrastructure around it
to support the HDMI Channel Mapping and IEC958 controls

----------------------------------------------------------------
Maxime Ripard (5):
      ALSA: doc: Clarify IEC958 controls iface
      ALSA: iec958: Split status creation and fill
      ASoC: hdmi-codec: Rework to support more controls
      ASoC: hdmi-codec: Add iec958 controls
      ASoC: hdmi-codec: Add a prepare hook

 .../sound/kernel-api/writing-an-alsa-driver.rst    |  13 +-
 include/sound/hdmi-codec.h                         |  12 +-
 include/sound/pcm_iec958.h                         |   8 +
 sound/core/pcm_iec958.c                            | 176 +++++++++++++----
 sound/soc/codecs/hdmi-codec.c                      | 219 +++++++++++++++++----
 5 files changed, 337 insertions(+), 91 deletions(-)