- fixed the unlink_{hw,app}_ptr of slaves.

- removed the invalid unlink_ptr assersion.
This commit is contained in:
Takashi Iwai 2003-01-27 11:19:04 +00:00
parent 2cd18ddc57
commit 0c156a3c89
2 changed files with 5 additions and 1 deletions

View file

@ -6291,7 +6291,7 @@ static void snd_pcm_unlink_ptr(snd_pcm_t *pcm, snd_pcm_rbptr_t *pcm_rbptr,
goto __found;
}
}
assert(0);
/* assert(0); */
return;
__found: