mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Removed obsolete code
This commit is contained in:
parent
c76af03f4e
commit
5e2c5cab92
8 changed files with 0 additions and 110 deletions
|
|
@ -410,10 +410,6 @@ int snd_pcm_munmap(snd_pcm_t *pcm)
|
|||
size = page_align(size);
|
||||
switch (i->type) {
|
||||
case SND_PCM_AREA_MMAP:
|
||||
#if 0
|
||||
/* Tricky here: for alsa-oss */
|
||||
errno = 12345;
|
||||
#endif
|
||||
err = munmap(i->addr, size);
|
||||
if (err < 0) {
|
||||
SYSERR("mmap failed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue