]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: Add sw_params API functions to get/set timestamp type
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Jul 2014 12:26:37 +0000 (14:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 14 Jul 2014 16:12:21 +0000 (18:12 +0200)
commit0d393c29a272b6fc97e9fca3252fb1c58f86e75b
tree8b8650db0c0a9e92fe9ba9c6e12fa6e6279037a3
parent5250a8e212fd927735cfc27612b060c31dc3a230
pcm: Add sw_params API functions to get/set timestamp type

For obtaining / changing the timestamp type, add the corresponding
sw_params accessor API functions together with the public definitions
of timestamp types.

This patch only adds the functions and defines but doesn't bring the
functional changes yet.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/pcm.h
src/pcm/pcm.c
src/pcm/pcm_local.h
src/pcm/pcm_params.c