diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2019-04-04 10:32:06 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2019-04-04 10:32:52 +1100 |
commit | 3fdd59a91136e04809d6870a25a47534d7acb311 (patch) | |
tree | a708bd082939b703d8e56aae9bca88001e0c2b4d /include/avirt | |
parent | 2f73499dd43cc9f27c30f8267d14281beec6a785 (diff) |
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 <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'include/avirt')
-rw-r--r-- | include/avirt/avirt.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |