commit | a68c4d11336610dc348620766119db09675707c2 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Sep 04 12:19:36 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Sep 07 09:01:10 2009 +0200 |
tree | 5d12014b8547f6dd13281cd1b6be2bd3d38adfa9 | |
parent | b5d10781731ece07bb2049e7743907194a5cc3f1 [diff] |
ALSA: dummy - Fake buffer allocations Instead of allocating the real buffers, use a fake buffer and ignore read/write in the dummy driver so that we can save the resources. For mmap, a single page (unique to the direction, though) is reused to all buffers. When the app requires to read/write the real buffers, pass fake_buffer=0 module option at loading time. This will get back to the old behavior. Signed-off-by: Takashi Iwai <tiwai@suse.de>