refactoring

This commit is contained in:
Maxim Devaev
2022-06-06 16:17:34 +03:00
parent 63fe32ddd9
commit e9a6db02f6
2 changed files with 25 additions and 25 deletions

View File

@@ -47,7 +47,7 @@
typedef struct {
snd_pcm_t *pcm;
unsigned pcm_bitrate;
unsigned pcm_hz;
unsigned pcm_frames;
size_t pcm_size;
snd_pcm_hw_params_t *pcm_params;