Fix compile errors/warnings

Fix compile errors/warnings.
omixer is removed since ordinary_mixer isn't supported any more.
This commit is contained in:
Takashi Iwai 2005-11-21 10:48:52 +00:00
parent 8495f42feb
commit 84ebfe7c92
10 changed files with 68 additions and 49 deletions

View file

@ -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;