From ae62015391dded62bf60ac0cc8b3e19fef50dbbc Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Fri, 2 Nov 2018 14:41:06 +1100 Subject: Refactor some variables for better readability avirt_class can become avirt, SND_AVIRTUAL_DRIVER becomes SND_AVIRT_DRIVER Signed-off-by: Mark Farrugia --- core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core.h') 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; -- cgit 1.2.3-korg