From: Alexander E. Patrakov Date: Thu, 12 Jun 2014 10:34:21 +0000 (+0600) Subject: pcm:file: add the missing htimestamp callback X-Git-Tag: v1.0.28~9 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=68ae0c72a53704d416fe77d4c612d1f88d791e02;p=alsa-lib.git pcm:file: add the missing htimestamp callback Signed-off-by: Alexander E. Patrakov Signed-off-by: Jaroslav Kysela --- diff --git a/src/pcm/pcm_file.c b/src/pcm/pcm_file.c index b1f23304..b139f7f2 100644 --- a/src/pcm/pcm_file.c +++ b/src/pcm/pcm_file.c @@ -697,6 +697,7 @@ static const snd_pcm_fast_ops_t snd_pcm_file_fast_ops = { .poll_descriptors_count = snd_pcm_generic_poll_descriptors_count, .poll_descriptors = snd_pcm_generic_poll_descriptors, .poll_revents = snd_pcm_generic_poll_revents, + .htimestamp = snd_pcm_generic_real_htimestamp, }; /**