mbox series

[GIT,PULL] HDMI codec improvements, v2

Message ID 20210610122550.jnriewchqspdcrwk@gilmour (mailing list archive)
State Accepted
Commit 116b1e12b72f308b28af5b17081fdb9e1942a8ea
Headers show
Series [GIT,PULL] HDMI codec improvements, v2 | expand

Pull-request

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

Message

Maxime Ripard June 10, 2021, 12:25 p.m. UTC
Hi,

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

This is the second iteration, fixing a bisection issue with compilation

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-v2

for you to fetch changes up to 2fef64eec23a0840c97977b16dd8919afaffa876:

  ASoC: hdmi-codec: Add a prepare hook (2021-06-10 11:48:56 +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(-)

Comments

Maxime Ripard June 16, 2021, 7:23 a.m. UTC | #1
Hi Thomas,

On Thu, Jun 10, 2021 at 02:25:50PM +0200, Maxime Ripard wrote:
> Hi,
> 
> Here's a PR for the changes to hdmi-codec that need to be shared between
> drm-misc-next and ASoC.
> 
> This is the second iteration, fixing a bisection issue with compilation
> 
> 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-v2
> 
> for you to fetch changes up to 2fef64eec23a0840c97977b16dd8919afaffa876:
> 
>   ASoC: hdmi-codec: Add a prepare hook (2021-06-10 11:48:56 +0200)
> 
> ----------------------------------------------------------------
> Improvements to the hdmi-codec driver and ALSA infrastructure around it
> to support the HDMI Channel Mapping and IEC958 controls

This has been merged into the ASoC tree [1], can you merge it in drm-misc-next?

Thanks!
Maxime

1: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/commit/?id=116b1e12b72f308b28af5b17081fdb9e1942a8ea
Maxime Ripard June 23, 2021, 12:13 p.m. UTC | #2
On Thu, Jun 10, 2021 at 02:25:50PM +0200, Maxime Ripard wrote:
> Hi,
> 
> Here's a PR for the changes to hdmi-codec that need to be shared between
> drm-misc-next and ASoC.
> 
> This is the second iteration, fixing a bisection issue with compilation
> 
> Thanks!
> Maxime

Merged into drm-misc-next

Maxime
o1bigtenor June 23, 2021, 1:14 p.m. UTC | #3
On Wed, Jun 23, 2021 at 7:13 AM Maxime Ripard <maxime@cerno.tech> wrote:
>
> On Thu, Jun 10, 2021 at 02:25:50PM +0200, Maxime Ripard wrote:
> > Hi,
> >
> > Here's a PR for the changes to hdmi-codec that need to be shared between
> > drm-misc-next and ASoC.
> >
> > This is the second iteration, fixing a bisection issue with compilation
> >
> > Thanks!
> > Maxime
>
> Merged into drm-misc-next
>
Not sure if its applicable - - - - - but - - - - I've been waiting
wanting to use a 4k monitor on hdmi for a number of months now. There
is a bug filed where I wasgiven to believe that my issues were likely quite
connected with hdmi.

I would be quite interested in seeing any hdmi fixes also added into 5.10.????
kernels not only the 5.13.??????? stream.

Would that be possible - - - please?

TIA