From c6e6cf2c36b08504bae115ddab97b45abc3750c7 Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Wed, 3 Apr 2019 17:55:13 +1100 Subject: Refactor 'sealed' to 'configured', as per kernel module Signed-off-by: Mark Farrugia --- include/avirt/avirt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/avirt') diff --git a/include/avirt/avirt.h b/include/avirt/avirt.h index 1ebed32..46c2c19 100644 --- a/include/avirt/avirt.h +++ b/include/avirt/avirt.h @@ -104,7 +104,7 @@ int snd_avirt_streams(struct snd_avirt_stream **streams, int *count); int snd_avirt_audiopaths(struct snd_avirt_audiopath **audiopaths, int *count); /** - * snd_avirt_card_seal - Finalize AVIRT stream creation and register sound card + * snd_avirt_card_configure - Finalize AVIRT stream creation and register sound card * @return: 0 on success, negative ERRNO otherwise * * This should be called once all streams have been created via @@ -114,7 +114,7 @@ int snd_avirt_audiopaths(struct snd_avirt_audiopath **audiopaths, int *count); * * NOTE: Once this function is called, no more streams may be added. */ -int snd_avirt_card_seal(); +int snd_avirt_card_configure(); /** * snd_avirt_pcm_info - Get PCM info for a given PCM name -- cgit 1.2.3-korg