]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: Implement timestamp type handling in all plugins
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Jul 2014 12:37:49 +0000 (14:37 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 14 Jul 2014 16:12:34 +0000 (18:12 +0200)
commit65ff6fdafb705b5e2e6d4b9a94a80e5de89f5de1
tree5287b1746ee4edac8c320a1288045224a74eb7c5
parent9b716075de4f2f7f15e428ee7efaa8960ef45b9c
pcm: Implement timestamp type handling in all plugins

Now all PCM plugins do support the proper timestamp type or pass it
over slaves.  The internal monotonic flag is dropped and replaced with
tstamp_type in all places.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
28 files changed:
src/pcm/pcm_adpcm.c
src/pcm/pcm_alaw.c
src/pcm/pcm_copy.c
src/pcm/pcm_direct.c
src/pcm/pcm_direct.h
src/pcm/pcm_dmix.c
src/pcm/pcm_dshare.c
src/pcm/pcm_dsnoop.c
src/pcm/pcm_file.c
src/pcm/pcm_generic.c
src/pcm/pcm_hooks.c
src/pcm/pcm_hw.c
src/pcm/pcm_iec958.c
src/pcm/pcm_ioplug.c
src/pcm/pcm_ladspa.c
src/pcm/pcm_lfloat.c
src/pcm/pcm_linear.c
src/pcm/pcm_local.h
src/pcm/pcm_meter.c
src/pcm/pcm_mmap_emul.c
src/pcm/pcm_mulaw.c
src/pcm/pcm_multi.c
src/pcm/pcm_null.c
src/pcm/pcm_plug.c
src/pcm/pcm_rate.c
src/pcm/pcm_route.c
src/pcm/pcm_share.c
src/pcm/pcm_softvol.c