]> git.alsa-project.org Git - alsa-lib.git/commit
Fix the return value of snd_card_load()
authorTakashi Iwai <tiwai@suse.de>
Tue, 28 Jun 2005 09:58:48 +0000 (09:58 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Jun 2005 09:58:48 +0000 (09:58 +0000)
commit0350a615b7883df14aafaf7796ae30880b9df3bb
tree88ed6394c5d890514121c0ff2259050be8904642
parenta12f75afb940293eca02f738701a06ee58dc4d45
Fix the return value of snd_card_load()

Fix the return value of snd_card_load() to follow the document,
0 = not present, 1 = preset.
The other parts calling snd_card_load() are fixed, too.
src/control/cards.c