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.
This commit is contained in:
Tanu Kaskinen 2020-06-10 10:03:22 +03:00
parent fb3e4bb54c
commit 150fe0e620

View file

@ -202,7 +202,7 @@ struct pa_alsa_ucm_device {
/* One device may be part of multiple ports, since each device has /* One device may be part of multiple ports, since each device has
* a dedicated port, and in addition to that we sometimes generate ports * a dedicated port, and in addition to that we sometimes generate ports
* that represent combinations of devices. */ * 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_alsa_jack *jack;
pa_dynarray *hw_mute_jacks; /* pa_alsa_jack */ pa_dynarray *hw_mute_jacks; /* pa_alsa_jack */