mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-04-08 08:21:11 -04:00
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:
parent
fb3e4bb54c
commit
150fe0e620
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue