mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Fix compile warnings
Fix trivial compile warnings.
This commit is contained in:
parent
0ec2247972
commit
76f7af823b
6 changed files with 38 additions and 30 deletions
|
|
@ -42,7 +42,7 @@ struct slave_params {
|
|||
int buffer_time;
|
||||
snd_pcm_sframes_t period_size;
|
||||
snd_pcm_sframes_t buffer_size;
|
||||
int periods;
|
||||
unsigned int periods;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue