Removed obsolete code

This commit is contained in:
Abramo Bagnara 2001-03-08 14:21:15 +00:00
parent c76af03f4e
commit 5e2c5cab92
8 changed files with 0 additions and 110 deletions

View file

@ -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");