mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewind and can_forward
This commit is contained in:
parent
058dde8b7d
commit
c88672d86f
17 changed files with 212 additions and 55 deletions
|
|
@ -527,7 +527,9 @@ static snd_pcm_fast_ops_t snd_pcm_meter_fast_ops = {
|
|||
.drop = snd_pcm_generic_drop,
|
||||
.drain = snd_pcm_generic_drain,
|
||||
.pause = snd_pcm_generic_pause,
|
||||
.rewindable = snd_pcm_generic_rewindable,
|
||||
.rewind = snd_pcm_meter_rewind,
|
||||
.forwardable = snd_pcm_generic_forwardable,
|
||||
.forward = snd_pcm_meter_forward,
|
||||
.resume = snd_pcm_generic_resume,
|
||||
.writei = snd_pcm_mmap_writei,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue