aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-10-04 10:56:14 +0200
committerTakashi Iwai <tiwai@suse.de>2009-10-04 10:56:14 +0200
commitf8430c674f81bd91f51d738798ec998b0afe4e9e (patch)
tree6b7431f41384af7898997593f1b57f53cd400aca
parent68bf14b96e6ca649559159ed8d7d12d0e0a688da (diff)
downloadsalsa-lib-f8430c674f81bd91f51d738798ec998b0afe4e9e.tar.gz
Fix a typo of snd_pcm_htimestamp()
-rw-r--r--src/pcm_macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm_macros.h b/src/pcm_macros.h
index 226f85f..c2a9a06 100644
--- a/src/pcm_macros.h
+++ b/src/pcm_macros.h
@@ -2001,8 +2001,8 @@ void snd_pcm_info_set_stream(snd_pcm_info_t *obj, snd_pcm_stream_t val)
}
static inline
-int snd_hw_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail,
- snd_htimestamp_t *tstamp)
+int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail,
+ snd_htimestamp_t *tstamp)
{
*avail = snd_pcm_avail_update(pcm);
*tstamp = pcm->mmap_status->tstamp;