summaryrefslogtreecommitdiffstats
path: root/core.h
diff options
context:
space:
mode:
authorMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-11-02 14:41:06 +1100
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-11-02 14:42:10 +1100
commitae62015391dded62bf60ac0cc8b3e19fef50dbbc (patch)
tree8b7c6c983e98b6f9509dfc92838f7c2bb699f211 /core.h
parent52db7a23a234080d3a28dfe60191c239cc04613b (diff)
Refactor some variables for better readability
avirt_class can become avirt, SND_AVIRTUAL_DRIVER becomes SND_AVIRT_DRIVER Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'core.h')
-rw-r--r--core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.h b/core.h
index 8804573..61a78e9 100644
--- a/core.h
+++ b/core.h
@@ -20,7 +20,7 @@ struct snd_avirt_core {
int version[3];
struct snd_card *card;
struct device *dev;
- struct class *avirt_class;
+ struct class *class;
struct config_group *stream_group;
unsigned int stream_count;
bool streams_sealed;