From 72a0ce71285034853c1720b738db348fdcec5228 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 10 Nov 2020 20:33:29 -0800 Subject: *: add _us suffixes to {frame,period}time names Make the names reflect their units of microseconds --- src/rmd_opendev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rmd_opendev.h') diff --git a/src/rmd_opendev.h b/src/rmd_opendev.h index 06dfc64..64ec8a5 100644 --- a/src/rmd_opendev.h +++ b/src/rmd_opendev.h @@ -46,7 +46,7 @@ * * \param periodsize Size of a period(can be NULL) * -* \param periodtime Duration of a period(can be NULL) +* \param periodtime_us Duration of a period(can be NULL) * * \param hardpause Set to 1 when the device has to be stopped during pause * and to 0 when it supports pausing @@ -59,7 +59,7 @@ snd_pcm_t *rmdOpenDev(const char *pcm_dev, unsigned int *frequency, snd_pcm_uframes_t *buffsize, snd_pcm_uframes_t *periodsize, - unsigned int *periodtime, + unsigned int *periodtime_us, int *hardpause); #else /** -- cgit v1.2.3