[PATCH 0/2] ASoC: hdmi-codec: add ELD information to procfs

Dmitry Baryshkov posted 2 patches 1 year, 3 months ago
include/sound/pcm_drm_eld.h   |  91 ++++++++++
sound/core/pcm_drm_eld.c      | 387 ++++++++++++++++++++++++++++++++++++++++++
sound/pci/hda/Kconfig         |   1 +
sound/pci/hda/hda_eld.c       | 385 +----------------------------------------
sound/pci/hda/hda_local.h     |  49 +-----
sound/pci/hda/patch_hdmi.c    |   6 +-
sound/soc/codecs/hdmi-codec.c |  68 ++++++++
7 files changed, 562 insertions(+), 425 deletions(-)
[PATCH 0/2] ASoC: hdmi-codec: add ELD information to procfs
Posted by Dmitry Baryshkov 1 year, 3 months ago
Follow the HDA lead and add ELD-related information to procfs for the
ASoC / HDMI-codec cards.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (2):
      ALSA: hda/hdmi: extract common interface for ELD handling
      ASoC: hdmi-codec: dump ELD through procfs

 include/sound/pcm_drm_eld.h   |  91 ++++++++++
 sound/core/pcm_drm_eld.c      | 387 ++++++++++++++++++++++++++++++++++++++++++
 sound/pci/hda/Kconfig         |   1 +
 sound/pci/hda/hda_eld.c       | 385 +----------------------------------------
 sound/pci/hda/hda_local.h     |  49 +-----
 sound/pci/hda/patch_hdmi.c    |   6 +-
 sound/soc/codecs/hdmi-codec.c |  68 ++++++++
 7 files changed, 562 insertions(+), 425 deletions(-)
---
base-commit: d5e972e5216ebd4cb9a0bb0b0bd310b86f270d36
change-id: 20250124-alsa-hdmi-codec-eld-09fcc1cc005a

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Re: [PATCH 0/2] ASoC: hdmi-codec: add ELD information to procfs
Posted by Takashi Iwai 1 year, 3 months ago
On Fri, 24 Jan 2025 22:14:29 +0100,
Dmitry Baryshkov wrote:
> 
> Follow the HDA lead and add ELD-related information to procfs for the
> ASoC / HDMI-codec cards.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

Looks fine, but it's too late for 6.14.

If Mark doesn't mind, I'm going to take this series after 6.14 merge
window is closed.


thanks,

Takashi

> ---
> Dmitry Baryshkov (2):
>       ALSA: hda/hdmi: extract common interface for ELD handling
>       ASoC: hdmi-codec: dump ELD through procfs
> 
>  include/sound/pcm_drm_eld.h   |  91 ++++++++++
>  sound/core/pcm_drm_eld.c      | 387 ++++++++++++++++++++++++++++++++++++++++++
>  sound/pci/hda/Kconfig         |   1 +
>  sound/pci/hda/hda_eld.c       | 385 +----------------------------------------
>  sound/pci/hda/hda_local.h     |  49 +-----
>  sound/pci/hda/patch_hdmi.c    |   6 +-
>  sound/soc/codecs/hdmi-codec.c |  68 ++++++++
>  7 files changed, 562 insertions(+), 425 deletions(-)
> ---
> base-commit: d5e972e5216ebd4cb9a0bb0b0bd310b86f270d36
> change-id: 20250124-alsa-hdmi-codec-eld-09fcc1cc005a
> 
> Best regards,
> -- 
> Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
>
Re: [PATCH 0/2] ASoC: hdmi-codec: add ELD information to procfs
Posted by Takashi Iwai 1 year, 3 months ago
On Sun, 26 Jan 2025 11:01:18 +0100,
Takashi Iwai wrote:
> 
> On Fri, 24 Jan 2025 22:14:29 +0100,
> Dmitry Baryshkov wrote:
> > 
> > Follow the HDA lead and add ELD-related information to procfs for the
> > ASoC / HDMI-codec cards.
> > 
> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> 
> Looks fine, but it's too late for 6.14.
> 
> If Mark doesn't mind, I'm going to take this series after 6.14 merge
> window is closed.

Both patches applied to for-next branch now.


thanks,

Takashi