OSDN Git Service

pcm: Implement timestamp type setup in hw plugin
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Jul 2014 12:32:50 +0000 (14:32 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 14 Jul 2014 16:12:25 +0000 (18:12 +0200)
commit9b716075de4f2f7f15e428ee7efaa8960ef45b9c
treecd143ebb80f8c6170c6ded41080f3f7805eb5e9e
parent0d393c29a272b6fc97e9fca3252fb1c58f86e75b
pcm: Implement timestamp type setup in hw plugin

This patch implements the support for sw_params timestamp type in PCM
hw layer.  As gettimestamp() is still unchanged, the resultant
timstamps may be still with CLOCK_MONOTONIC even if you pass monotonic
raw type.  More fixes will follow.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_hw.c