diff options
Diffstat (limited to 'include/avirt/avirt.h')
-rw-r--r-- | include/avirt/avirt.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/avirt/avirt.h b/include/avirt/avirt.h index 0fd116e..6dcd7b1 100644 --- a/include/avirt/avirt.h +++ b/include/avirt/avirt.h @@ -23,6 +23,8 @@ #ifndef _AVIRT_H_ #define _AVIRT_H_ +#include <alsa/asoundlib.h> + /** * snd_avirt_stream_new - Create a stream in AVIRT * @name: The name of the stream @@ -54,4 +56,9 @@ int snd_avirt_stream_new(const char *name, unsigned int channels, int direction, */ int snd_avirt_card_seal(); +/** + * snd_avirt_pcm_info - + */ +int snd_avirt_pcm_info(const char *pcm_name, snd_pcm_info_t *pcm_info); + #endif // _AVIRT_H_ |