Message ID | 20250124-alsa-hdmi-codec-eld-v1-0-bad045cfaeac@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: hdmi-codec: add ELD information to procfs | expand |
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> >
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,