mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
protocol-native: fix get_info() for cards
This commit is contained in:
parent
01f81d6973
commit
6c8d851643
1 changed files with 1 additions and 1 deletions
|
|
@ -3011,7 +3011,7 @@ static void command_get_info(pa_pdispatch *pd, uint32_t command, uint32_t tag, p
|
|||
source_fill_tagstruct(c, reply, source);
|
||||
else if (client)
|
||||
client_fill_tagstruct(c, reply, client);
|
||||
else if (client)
|
||||
else if (card)
|
||||
card_fill_tagstruct(c, reply, card);
|
||||
else if (module)
|
||||
module_fill_tagstruct(c, reply, module);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue