From: Jaroslav Kysela Date: Mon, 10 Jun 2024 07:06:33 +0000 (+0200) Subject: use-case.h: add DisplayPort to HDMI device description X-Git-Tag: v1.2.12~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b359ed813e012c38d12960c92940c418859b2806;p=alsa-lib.git use-case.h: add DisplayPort to HDMI device description Link: https://github.com/alsa-project/alsa-ucm-conf/pull/423 Signed-off-by: Jaroslav Kysela --- diff --git a/include/use-case.h b/include/use-case.h index 297664ee..b54f2124 100644 --- a/include/use-case.h +++ b/include/use-case.h @@ -139,7 +139,7 @@ extern "C" { #define SND_USE_CASE_DEV_BLUETOOTH "Bluetooth" /**< Bluetooth Device */ #define SND_USE_CASE_DEV_EARPIECE "Earpiece" /**< Earpiece Device */ #define SND_USE_CASE_DEV_SPDIF "SPDIF" /**< SPDIF Device */ -#define SND_USE_CASE_DEV_HDMI "HDMI" /**< HDMI Device */ +#define SND_USE_CASE_DEV_HDMI "HDMI" /**< HDMI / DisplayPort Device */ #define SND_USE_CASE_DEV_USB "USB" /**< USB Device (multifunctional) */ #define SND_USE_CASE_DEV_DIRECT "Direct" /**< Direct Device (no channel remapping), (e.g. ProAudio usage) */ /* add new devices to end of list */