diff options
Diffstat (limited to 'core.h')
-rw-r--r-- | core.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -69,6 +69,8 @@ struct snd_avirt_stream *snd_avirt_stream_find_by_device(unsigned int device); struct snd_avirt_stream *snd_avirt_stream_create(const char *name, int direction); +struct snd_pcm *snd_avirt_pcm_create(struct snd_avirt_stream *stream); + /** * snd_avirt_audiopath_get - retrieves the Audio Path by it's UID * @uid: Unique ID for the Audio Path |