On Tue, 2013-02-19 at 13:25 +0100, David Henningsson wrote: > 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(+) Applied all, thanks. I changed pa_alsa_get_hdmi_eld() return value type from bool to int. -- Tanu