Add drivers to module and make start/stop optional (#580)
This commit is contained in:
committed by
GitHub
parent
08eac48e64
commit
429125734a
@@ -44,8 +44,7 @@ Module audio_stream_module = {
|
||||
.name = "audio-stream",
|
||||
.start = start,
|
||||
.stop = stop,
|
||||
.symbols = audio_stream_module_symbols,
|
||||
.internal = nullptr
|
||||
.symbols = audio_stream_module_symbols
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user