mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
private_free fixes
This commit is contained in:
parent
7376ad380e
commit
2d0d687591
4 changed files with 4 additions and 4 deletions
|
|
@ -284,7 +284,7 @@ struct snd_stru_pcm_plugin {
|
|||
snd_pcm_plugin_t *next;
|
||||
snd_pcm_plug_t *plug;
|
||||
void *private_data;
|
||||
void (*private_free)(snd_pcm_plugin_t *plugin, void *private_data);
|
||||
void (*private_free)(snd_pcm_plugin_t *plugin);
|
||||
char *buf;
|
||||
size_t buf_frames;
|
||||
snd_pcm_plugin_channel_t *buf_channels;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue