summaryrefslogtreecommitdiffstats
path: root/core.h
diff options
context:
space:
mode:
authorMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-31 18:41:33 +1100
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-31 18:41:33 +1100
commit0765c6c497379a9f850d15be3b3cbdaba59fe7fc (patch)
tree9059ea9d2e62080e4a55f8f30868d6f72485e5f8 /core.h
parent80973a617ada9181a40a69e25b7f23e7c02bc545 (diff)
Remove coreinfo, absorb version info into core
Since coreinfo only has version info, and this is not being used at all, we can absorb the version info into the private avirt_core structure. We could in future implement a function to retrieve the version, when, and if, it is required. Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'core.h')
-rw-r--r--core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core.h b/core.h
index 735df65..16f186a 100644
--- a/core.h
+++ b/core.h
@@ -17,6 +17,7 @@
extern struct snd_pcm_ops pcm_ops;
struct snd_avirt_core {
+ int version[3];
struct snd_card *card;
struct device *dev;
struct class *avirt_class;