mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
card: Store a pa_card pointer in pa_card_profile.
This commit is contained in:
parent
d0be10191e
commit
43454bc48c
2 changed files with 17 additions and 7 deletions
|
|
@ -30,6 +30,7 @@ typedef struct pa_card pa_card;
|
|||
#include <pulsecore/idxset.h>
|
||||
|
||||
typedef struct pa_card_profile {
|
||||
pa_card *card;
|
||||
char *name;
|
||||
char *description;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue