diff options
Diffstat (limited to 'core_internal.h')
-rw-r--r-- | core_internal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core_internal.h b/core_internal.h index 5979a50..1ab8d3c 100644 --- a/core_internal.h +++ b/core_internal.h @@ -37,10 +37,10 @@ int __init __avirt_configfs_init(struct avirt_core *core); void __exit __avirt_configfs_exit(struct avirt_core *core); /** - * __avirt_card_register - Register the sound card to user space + * __avirt_streams_seal - Register the sound card to user space * @return: 0 on success, negative ERRNO on failure */ -int __avirt_card_register(void); +int __avirt_streams_seal(void); /** * __avirt_streams_sealed - Check whether the streams have been sealed or not @@ -49,7 +49,6 @@ int __avirt_card_register(void); bool __avirt_streams_sealed(void); /** -/** * __avirt_stream_find_by_device - Get audio stream from device number * @device: The PCM device number corresponding to the desired stream * @return: The audio stream if found, or an error pointer otherwise |