mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
- fixed the unlink_{hw,app}_ptr of slaves.
- removed the invalid unlink_ptr assersion.
This commit is contained in:
parent
2cd18ddc57
commit
0c156a3c89
2 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue