]> git.alsa-project.org Git - alsa-lib.git/commit
Fix compile warnings in pcm_hw.c
authorTakashi Iwai <tiwai@suse.de>
Fri, 6 Jun 2008 14:59:47 +0000 (16:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Jun 2008 14:59:47 +0000 (16:59 +0200)
commitb6af5e182292f30cd001eeded65d56f4de4c9a9f
treebbe35d46f9f5f9b329249692f87309820c60dfc0
parentfce17b8c47f3c07ccf7277f9c229699204f23a0a
Fix compile warnings in pcm_hw.c

Two trivial compile warning fixes:

- Add a missing return to snd_pcm_hw_clear_timer_queue()
- params->info is no long but int

The second one might have hit already on 64bit machine, but alas,
no one didn't notice it.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_hw.c