Changes: * we now listen to the ELD control for changes. I have patches in review on alsa-devel to make sure this works in the kernel. * incorporated suggestions made by Tanu * send card change subscription when port property changes. David Henningsson (3): alsa-util: Add a function to read ELD info alsa-mixer: Add possibility to configure ELD device alsa-card: Make ELD monitor name a port property src/modules/alsa/alsa-mixer.c | 3 + src/modules/alsa/alsa-mixer.h | 1 + src/modules/alsa/alsa-util.c | 69 ++++++++++++++++++ src/modules/alsa/alsa-util.h | 8 +++ .../alsa/mixer/paths/analog-output.conf.common | 2 + src/modules/alsa/mixer/paths/hdmi-output-0.conf | 1 + src/modules/alsa/mixer/paths/hdmi-output-1.conf | 1 + src/modules/alsa/mixer/paths/hdmi-output-2.conf | 1 + src/modules/alsa/mixer/paths/hdmi-output-3.conf | 1 + src/modules/alsa/module-alsa-card.c | 76 ++++++++++++++++++++ 10 files changed, 163 insertions(+) -- 1.7.9.5