]> git.alsa-project.org Git - alsa-lib.git/commit
direct pcm plugins: fix format selection
authorClemens Ladisch <clemens@ladisch.de>
Mon, 4 Dec 2006 17:20:40 +0000 (18:20 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 4 Dec 2006 17:20:40 +0000 (18:20 +0100)
commit8a36b67b9fb13865ed2f68a3eee938dbe946a6d8
tree59d46b19fb4c09e7200fb51954a287a5783d1360
parent9819099e0e102cdb593d61b9d0c2508159bd9650
direct pcm plugins: fix format selection

The old format tried to do something when the requested format was not
supported by the hardware, but did not actually select any other format.
Now we try to switch to any format supported by dmix, or any other
format when the plugin is not dmix.
src/pcm/pcm_direct.c