mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
alsa: ignore jack events when the user is inactive
See the big comment in the code for more details. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=93259
This commit is contained in:
parent
a19e1e5382
commit
fb52a6a6e6
3 changed files with 35 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ struct pa_card {
|
|||
|
||||
bool save_profile:1;
|
||||
|
||||
pa_suspend_cause_t suspend_cause;
|
||||
|
||||
void *userdata;
|
||||
|
||||
int (*set_profile)(pa_card *c, pa_card_profile *profile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue