Message ID | 20191107015808.26844-4-cujomalainey@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/11] ucm: docs: Add JackName value | expand |
Dne 07. 11. 19 v 2:58 Curtis Malainey napsal(a): > Add a sys path to the EDID file for the corresponding HDMI device so > userspace can use if needed > > Signed-off-by: Curtis Malainey <cujomalainey@chromium.org> > --- > include/use-case.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/use-case.h b/include/use-case.h > index a79e5b91..28e92d17 100644 > --- a/include/use-case.h > +++ b/include/use-case.h > @@ -301,6 +301,8 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, > * - name of capture mixer > * - CaptureMixerID > * - 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 > Applied to alsa-lib's git tree: https://git.alsa-project.org/?p=alsa-lib.git;a=commit;h=ef085a55c488f64834fca233355b9881489be10c Thanks, Jaroslav
diff --git a/include/use-case.h b/include/use-case.h index a79e5b91..28e92d17 100644 --- a/include/use-case.h +++ b/include/use-case.h @@ -301,6 +301,8 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, * - name of capture mixer * - CaptureMixerID * - 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
Add a sys path to the EDID file for the corresponding HDMI device so userspace can use if needed Signed-off-by: Curtis Malainey <cujomalainey@chromium.org> --- include/use-case.h | 2 ++ 1 file changed, 2 insertions(+)