mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
acp: add debug for open and close
Debug open and close calls. Make pa_alsa_close to close the device.
This commit is contained in:
parent
34c1c1614e
commit
a9ced45d4b
5 changed files with 27 additions and 18 deletions
|
|
@ -115,6 +115,7 @@ snd_pcm_t *pa_alsa_open_by_template(
|
|||
void pa_alsa_dump(pa_log_level_t level, snd_pcm_t *pcm);
|
||||
void pa_alsa_dump_status(snd_pcm_t *pcm);
|
||||
#endif
|
||||
int pa_alsa_close(snd_pcm_t **pcm);
|
||||
|
||||
void pa_alsa_refcnt_inc(void);
|
||||
void pa_alsa_refcnt_dec(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue