mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix compile errors/warnings
Fix compile errors/warnings. omixer is removed since ordinary_mixer isn't supported any more.
This commit is contained in:
parent
8495f42feb
commit
84ebfe7c92
10 changed files with 68 additions and 49 deletions
|
|
@ -65,7 +65,10 @@ void set_hwparams(snd_pcm_t *phandle)
|
|||
* Simple event sender
|
||||
*/
|
||||
|
||||
void event_sender_start_timer(snd_seq_t *handle, int client, int queue, snd_pcm_t *phandle)
|
||||
void event_sender_start_timer(snd_seq_t *handle,
|
||||
int client ATTRIBUTE_UNUSED,
|
||||
int queue,
|
||||
snd_pcm_t *phandle ATTRIBUTE_UNUSED)
|
||||
{
|
||||
int err;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue