From: Takashi Iwai Date: Tue, 29 Nov 2016 15:19:26 +0000 (+0100) Subject: Revert "pcm: file: Add htimestamp operation in plugin file" X-Git-Tag: android-x86-9.0-r1~384 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3e4887c1121a7b126a4948740a8e6b76218c1c19;p=android-x86%2Fexternal-alsa-lib.git Revert "pcm: file: Add htimestamp operation in plugin file" This reverts commit f8d07a7354a3fee1e30073aa7ac2efb89ef4e782. The htimestamp field was already intiailized. It was just overlooked, sorry. Suggested-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- diff --git a/src/pcm/pcm_file.c b/src/pcm/pcm_file.c index 6ed39633..ae58c531 100644 --- a/src/pcm/pcm_file.c +++ b/src/pcm/pcm_file.c @@ -706,7 +706,6 @@ static const snd_pcm_fast_ops_t snd_pcm_file_fast_ops = { .readi = snd_pcm_file_readi, .readn = snd_pcm_file_readn, .avail_update = snd_pcm_generic_avail_update, - .htimestamp = snd_pcm_generic_htimestamp, .mmap_commit = snd_pcm_file_mmap_commit, .poll_descriptors_count = snd_pcm_generic_poll_descriptors_count, .poll_descriptors = snd_pcm_generic_poll_descriptors,