]> git.alsa-project.org Git - alsa-lib.git/commit
fix the file plugin
authorClemens Ladisch <clemens@ladisch.de>
Mon, 28 Feb 2005 08:25:12 +0000 (08:25 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 28 Feb 2005 08:25:12 +0000 (08:25 +0000)
commit85171640faa5412ea02c25383045f48eda0bf3e7
tree8385887b85ae1e5a35f68564ea15e39c91be0311
parent809e31561a3f015287aa8740093fd8cd5640437c
fix the file plugin

Call snd_pcm_file_hw_params instead of snd_pcm_generic_hw_params
to prevent a crash when the file plugin is used.
src/pcm/pcm_file.c