diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2019-04-03 17:55:13 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2019-04-04 10:32:43 +1100 |
commit | c6e6cf2c36b08504bae115ddab97b45abc3750c7 (patch) | |
tree | 99fa51b9f5b8a1d0ad6cf2cdf61bc640feb2f1e1 /include/avirt/avirt.h | |
parent | f415e56c855c97a1bb0179734f649a623b209f65 (diff) |
Refactor 'sealed' to 'configured', as per kernel module
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'include/avirt/avirt.h')
-rw-r--r-- | include/avirt/avirt.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |