diff options
Diffstat (limited to 'core.h')
-rw-r--r-- | core.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ struct snd_avirt_core { struct snd_card *card; struct device *dev; struct class *class; + struct platform_device *plat_dev; struct config_group *stream_group; unsigned int stream_count; bool streams_sealed; |