From 150fe0e62095a2e14027a79e817d86b1a2a7d5d5 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Wed, 10 Jun 2020 10:03:22 +0300 Subject: [PATCH] alsa-ucm: Fix wrong struct name in comment There's no struct named "ucm_port" at all. The struct stored in the dynarray is pa_alsa_ucm_port_data. --- src/modules/alsa/alsa-ucm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/alsa/alsa-ucm.h b/src/modules/alsa/alsa-ucm.h index e7a795ced..7860ea56a 100644 --- a/src/modules/alsa/alsa-ucm.h +++ b/src/modules/alsa/alsa-ucm.h @@ -202,7 +202,7 @@ struct pa_alsa_ucm_device { /* One device may be part of multiple ports, since each device has * a dedicated port, and in addition to that we sometimes generate ports * that represent combinations of devices. */ - pa_dynarray *ucm_ports; /* struct ucm_port */ + pa_dynarray *ucm_ports; /* pa_alsa_ucm_port_data */ pa_alsa_jack *jack; pa_dynarray *hw_mute_jacks; /* pa_alsa_jack */