From 3fdd59a91136e04809d6870a25a47534d7acb311 Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Thu, 4 Apr 2019 10:32:06 +1100 Subject: Add ability to cleanup avirt - Add reset all function for streams - Add checks for empty /config dir, to avoid remount of configfs Signed-off-by: Mark Farrugia --- include/avirt/avirt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/avirt/avirt.h') diff --git a/include/avirt/avirt.h b/include/avirt/avirt.h index 9389f47..afd856f 100644 --- a/include/avirt/avirt.h +++ b/include/avirt/avirt.h @@ -112,6 +112,8 @@ int snd_avirt_audiopaths(struct snd_avirt_audiopath **audiopaths, int *count); */ int snd_avirt_card_configure(); +int snd_avirt_card_unconfigure(); + /** * snd_avirt_pcm_info - Get PCM info for a given PCM name * @pcm_name: The PCM name of which to retrieve the PCM info -- cgit 1.2.3-korg