audio: add missing config in audio_out.run

complains/aborts otherwise
This commit is contained in:
Alexander Boettcher 2016-08-26 10:44:19 +02:00 committed by Christian Helmuth
parent d511b09aef
commit 34311a64d8

View File

@ -73,6 +73,7 @@ append config {
<start name="audio_drv">
<resource name="RAM" quantum="8M"/>
<provides> <service name="Audio_out"/> </provides>
<config />
</start>
<start name="test-audio_out">
<resource name="RAM" quantum="4M"/>