mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-30 11:10:19 -04:00
Split mmap-emulation code from hw layer
Move out mmap-emulation code from hw layer to its own plugin. This cleans up the mess in pcm_hw.c.
This commit is contained in:
parent
9bb7211f21
commit
4cdb17c601
10 changed files with 534 additions and 253 deletions
|
|
@ -49,6 +49,7 @@ extern const char *_snd_module_pcm_iec958;
|
|||
extern const char *_snd_module_pcm_softvol;
|
||||
extern const char *_snd_module_pcm_extplug;
|
||||
extern const char *_snd_module_pcm_ioplug;
|
||||
extern const char *_snd_module_pcm_mmap_emul;
|
||||
|
||||
static const char **snd_pcm_open_objects[] = {
|
||||
&_snd_module_pcm_hw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue