mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
fix pactl output (sink drivers and names where switched)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1306 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3d32b96771
commit
26201b27ec
1 changed files with 1 additions and 1 deletions
|
|
@ -228,8 +228,8 @@ static void get_source_info_callback(pa_context *c, const pa_source_info *i, int
|
|||
"Latency: %0.0f usec\n"
|
||||
"Flags: %s%s%s\n",
|
||||
i->index,
|
||||
i->driver,
|
||||
i->name,
|
||||
i->driver,
|
||||
i->description,
|
||||
pa_sample_spec_snprint(s, sizeof(s), &i->sample_spec),
|
||||
pa_channel_map_snprint(cm, sizeof(cm), &i->channel_map),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue