mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
introspect: fix typo in default sink/source docs
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
This commit is contained in:
parent
545521d405
commit
7ed177dc29
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ typedef struct pa_server_info {
|
||||||
const char *server_name; /**< Server package name (usually "pulseaudio") */
|
const char *server_name; /**< Server package name (usually "pulseaudio") */
|
||||||
pa_sample_spec sample_spec; /**< Default sample specification */
|
pa_sample_spec sample_spec; /**< Default sample specification */
|
||||||
const char *default_sink_name; /**< Name of default sink. */
|
const char *default_sink_name; /**< Name of default sink. */
|
||||||
const char *default_source_name; /**< Name of default sink. */
|
const char *default_source_name; /**< Name of default source. */
|
||||||
uint32_t cookie; /**< A random cookie for identifying this instance of PulseAudio. */
|
uint32_t cookie; /**< A random cookie for identifying this instance of PulseAudio. */
|
||||||
pa_channel_map channel_map; /**< Default channel map. \since 0.9.15 */
|
pa_channel_map channel_map; /**< Default channel map. \since 0.9.15 */
|
||||||
} pa_server_info;
|
} pa_server_info;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue