From eab3835c361ecdb142c0ace73c3edae93b0b7a70 Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Wed, 6 Nov 2019 17:58:01 -0800 Subject: [PATCH] ucm: docs: Add EDID File value Add a sys path to the EDID file for the corresponding HDMI device so userspace can use if needed Signed-off-by: Curtis Malainey Signed-off-by: Jaroslav Kysela --- include/use-case.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/use-case.h b/include/use-case.h index f83c0185..194f2da0 100644 --- a/include/use-case.h +++ b/include/use-case.h @@ -307,6 +307,8 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, * - CaptureMixerID * - can be parsed using snd_use_case_parse_selem_id() * - mixer capture ID + * - EDIDFile + * - Path to EDID file for HDMI devices * - JackControl, JackDev, JackHWMute * - Jack information for a device. The jack status can be reported via * a kcontrol and/or via an input device. **JackControl** is the -- 2.47.1