aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-07-17 18:20:50 +0200
committerTakashi Iwai <tiwai@suse.de>2007-07-17 18:20:50 +0200
commit2bba936912ae20b885941a2f1c9ca7a1cf3be998 (patch)
treed571d1c82162c918ea8f6e46c3ac116d7ca1611e
parent750358d1dc30231eb30e0b92e6e2e3e69377d874 (diff)
downloadsalsa-lib-2bba936912ae20b885941a2f1c9ca7a1cf3be998.tar.gz
Add missing declaration of snd_pcm_format_value().
-rw-r--r--src/pcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm.h b/src/pcm.h
index 6bada8a..9b0df44 100644
--- a/src/pcm.h
+++ b/src/pcm.h
@@ -84,6 +84,7 @@ uint32_t snd_pcm_format_silence_32(snd_pcm_format_t format);
uint64_t snd_pcm_format_silence_64(snd_pcm_format_t format);
int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf,
unsigned int samples);
+snd_pcm_format_t snd_pcm_format_value(const char* name);
int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel,
snd_pcm_uframes_t dst_offset,