diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-11-02 14:41:06 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-11-02 14:42:10 +1100 |
commit | ae62015391dded62bf60ac0cc8b3e19fef50dbbc (patch) | |
tree | 8b7c6c983e98b6f9509dfc92838f7c2bb699f211 /core.h | |
parent | 52db7a23a234080d3a28dfe60191c239cc04613b (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |