linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] HDMI codec improvements, v2
@ 2021-06-10 12:25 Maxime Ripard
  2021-06-16  7:23 ` Maxime Ripard
  2021-06-23 12:13 ` Maxime Ripard
  0 siblings, 2 replies; 4+ messages in thread
From: Maxime Ripard @ 2021-06-10 12:25 UTC (permalink / raw)
  To: Maarten Lankhorst, Thomas Zimmermann, Maxime Ripard, Mark Brown,
	Takashi Iwai, Liam Girdwood, Jaroslav Kysela
  Cc: Daniel Vetter, David Airlie, dri-devel, linux-kernel, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 1515 bytes --]

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(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [GIT PULL] HDMI codec improvements, v2
  2021-06-10 12:25 [GIT PULL] HDMI codec improvements, v2 Maxime Ripard
@ 2021-06-16  7:23 ` Maxime Ripard
  2021-06-23 12:13 ` Maxime Ripard
  1 sibling, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2021-06-16  7:23 UTC (permalink / raw)
  To: Maarten Lankhorst, Thomas Zimmermann
  Cc: Mark Brown, Takashi Iwai, Liam Girdwood, Jaroslav Kysela,
	Daniel Vetter, David Airlie, dri-devel, linux-kernel, alsa-devel

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

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

* Re: [GIT PULL] HDMI codec improvements, v2
  2021-06-10 12:25 [GIT PULL] HDMI codec improvements, v2 Maxime Ripard
  2021-06-16  7:23 ` Maxime Ripard
@ 2021-06-23 12:13 ` Maxime Ripard
  2021-06-23 13:14   ` o1bigtenor
  1 sibling, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2021-06-23 12:13 UTC (permalink / raw)
  To: Maarten Lankhorst, Thomas Zimmermann, Mark Brown, Takashi Iwai,
	Liam Girdwood, Jaroslav Kysela
  Cc: Daniel Vetter, David Airlie, dri-devel, linux-kernel, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [GIT PULL] HDMI codec improvements, v2
  2021-06-23 12:13 ` Maxime Ripard
@ 2021-06-23 13:14   ` o1bigtenor
  0 siblings, 0 replies; 4+ messages in thread
From: o1bigtenor @ 2021-06-23 13:14 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Maarten Lankhorst, Thomas Zimmermann, Mark Brown, Takashi Iwai,
	Liam Girdwood, Jaroslav Kysela, David Airlie, Daniel Vetter,
	alsa-devel, linux-kernel, dri-devel

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

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

end of thread, other threads:[~2021-06-23 13:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 12:25 [GIT PULL] HDMI codec improvements, v2 Maxime Ripard
2021-06-16  7:23 ` Maxime Ripard
2021-06-23 12:13 ` Maxime Ripard
2021-06-23 13:14   ` o1bigtenor

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).