]> git.alsa-project.org Git - alsa-lib.git/commit
Make snd_hctl_wait() respect the API
authorPierre Ossman <ossman@cendio.se>
Fri, 26 May 2006 15:27:00 +0000 (17:27 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 May 2006 15:27:00 +0000 (17:27 +0200)
commit2a7f35347b3ef8e67154fc03a9df488f01d790f5
tree22b192b478a524c954c16c7ee894e7c75ada0614
parent3fd93699904eaec36b2708c359cc1b7633594f9b
Make snd_hctl_wait() respect the API

snd_hctl_wait() currently makes a lot of assumptions that fall outside
the defined API. snd_pcm_wait(), however, follows the API nicely so the
new version is based on that.

Signed-off-by: Pierre Ossman <ossman@cendio.se>
src/control/hcontrol.c